issues
search
FrankHassanabad
/
Oauth2orizeRecipes
OAuth2 security recipes and examples based on OAuth2orize
MIT License
375
stars
97
forks
source link
Added JWT and fixed up minor issues
#35
Closed
FrankHassanabad
closed
7 years ago
FrankHassanabad
commented
7 years ago
Added JWT support for extra verfication
JWT support is using the private/public keys from the certs directory
Fixed minor issue with the path join
Removed configuration related to lengths since everything is now JWT
Removed deps and words based on MongoDB since I removed support for that
Updated unit tests for JWT support
FrankHassanabad
commented
7 years ago
Reviewed, looks good.