r-oauth2
Version:
A RethinkDB and Express implementation of OAuth2
12 lines (9 loc) • 496 B
Markdown
#VER 0.2.3
- Fixed a bug with config when not supplying `r`.
- Added a bcrypt option `bcrypt` = `true` or `false`.
- If using bcrypt, must supply `req.body.clientId, req.body.clientSecret, req.body.grantType` when generating a token.
# VER 0.2.2
- Updated Package.json to proper github repo.
# VER 0.2.1
- Added `async.whilst` to validate whether or not a client id + secret and access token + refresh token are unique or not.
- This change enables 100% unique clients and tokens all the time.