-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
We are changing our authentication strategy from session cookies to JSON web tokens to pivot to a friendlier strategy for cross-domain support. Replace the PassportJS session artifacts with PassportJS JWT artifacts.
Technical Details
For storing refresh tokens, utilize the existing refreshtokens collection.
Use the passport-jwt npm package to implement a JWT authentication strategy. See passport-jwt for more details.
Acceptance Criteria
-
passport-jwtis used as the JWT auth strategy - jwt are created and returned after login
- refresh tokens are saved to the
refreshtokenscollection
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request