https://github.com/mjhea0/koa-passport-example
koa + passport
https://github.com/mjhea0/koa-passport-example
koa koa-passport koa-router passport passport-local
Last synced: about 1 month ago
JSON representation
koa + passport
- Host: GitHub
- URL: https://github.com/mjhea0/koa-passport-example
- Owner: mjhea0
- License: mit
- Created: 2017-12-31T18:39:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T18:39:50.000Z (over 7 years ago)
- Last Synced: 2025-03-18T18:43:15.593Z (about 2 months ago)
- Topics: koa, koa-passport, koa-router, passport, passport-local
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 17
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# koa-passport-example
Just a simple example of Koa + Passport with koa-router. Based on [koa-passport-example](https://github.com/rkusa/koa-passport-example).
## Dependencies
1. [koa](https://github.com/koajs/koa): v2.4.1
1. [koa-bodyparser](https://github.com/koajs/bodyparser): v4.2.0
1. [koa-passport](https://github.com/rkusa/koa-passport): v4.0.1
1. [koa-router](https://github.com/alexmingoia/koa-router): v7.3.0
1. [koa-session](https://github.com/koajs/session): v5.5.1
1. [passport-local](https://github.com/jaredhanson/passport-local): v1.0.0## Getting Started
1. Fork/Clone
1. Install dependencies - `npm install`
1. Run - `npm start`