Example for koa-passport
koa-passport version | koa version | branch |
---|---|---|
1.x | 1.x | [email protected] |
2.x | 2.x | [email protected] |
3.x | 2.x | master |
- If your node version greater than or equal 8.4.0 then replace "start": "node --harmony-async-await server.js" with "start": "node server.js"
- Example with koa-router
- Full-featured example with koa-router, koa-session, bcrypt, postgres, and koa-redis - blog post, code
- Another Full-featured example with koa-router, koa-session, bcrypt, koa-passport with local, google, facebook and twitter strategies, mysql with relationship example