This repository was archived by the owner on Sep 21, 2024. It is now read-only.
[3] API should confirm that userID matches the Access Token #163
Labels
back end
Bugs/Implementation on server/DB
stretch goal
Features beyond MVP functionality - not to be addressed until MVP in place
Tech Debt/Refactoring
Milestone
Currently, the client reads the access token's userID and requests that data from the server. Although it's an obfuscated identifier, it's not guaranteed to be secure since the userid can be manipulated.
Server should use the access token to verify what user information to send back.
The text was updated successfully, but these errors were encountered: