Conversation
login & register send the refreshToken as well added crypto dependency
|
@krzepah we would also need the check in the see #28 (comment) |
|
@krzepah Could you please add information in the readme on how to use it |
|
Hello there, Sorry for the delay, I've started working with something else than express (polka) ; and it delayed this issue in my priorities. I'd be happy if you could take over, unfortunately i'm not planning to use express / this repo anymore, o7 |
ace3
left a comment
There was a problem hiding this comment.
the refresh token can be used.
you must do it yourself how to handle the refresh token.
since refresh token is stored in the user, so it's easier to invalidate the refresh token when you logout or forget password.
| "bcrypt-nodejs": "^0.0.3", | ||
| "body-parser": "^1.18.2", | ||
| "cors": "^2.8.4", | ||
| "crypto": "^1.0.1", |
There was a problem hiding this comment.
it's now build in on nodejs, but the people using this is still a lot.
Changes: