nickredmark / ooth

User identity/authentication/accounts management microservice for node.js
https://nmaro.github.io/ooth/
MIT License
605 stars 65 forks source link

Enable re-issue of JWT tokens with refreshTokens #53

Closed heysailor closed 6 years ago

heysailor commented 6 years ago

Allows improving JWT security as discussed in https://github.com/nmaro/ooth/issues/52

heysailor commented 6 years ago

Handles the re-issue of expiring JWT tokens - helps fix https://github.com/nmaro/ooth/issues/52

Adds:

nickredmark commented 6 years ago

Awesome thanks!