You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple JWTGuard guard that checks for a Passport OAuth2 bearer token on incoming API requests and validates token signature / expiry. Provides jwtscopes middleware to validate bearer token scopes.
A simple JWTGuard guard that checks for a Passport OAuth2 bearer token on incoming API requests and validates token signature / expiry. Provides jwtscopes middleware to validate bearer token scopes.
To do:
Add Readme
Add tests
About
A simple JWTGuard guard that checks for a Passport OAuth2 bearer token on incoming API requests and validates token signature / expiry. Provides jwtscopes middleware to validate bearer token scopes.