Part of epic #3942
What type of user does this affect?
How should it operate? ⚙️🛠️
There should now be an api/v1/users/validateroute that receives an access and refresh token, then checks validity.
Acceptance Criteria
Helpful Links
API Folder Structure
Part of epic #3942
What type of user does this affect?
How should it operate? ⚙️🛠️
There should now be an
api/v1/users/validateroute that receives anaccessandrefreshtoken, then checks validity.Acceptance Criteria
users/validatepost route toapi/v1/( /api/v1/users/validate )access tokenandrefresh tokento value stored in database digests(
access_token_digestandrefresh_token_digest)trueorfalse, based on validity in responseHelpful Links
API Folder Structure