[UAS] Verify the JWT Token Has Not Been Revoked #10
Labels
API
For work on the API
bug
Something isn't working
unallocated
Currently not allocated to someone to work on
Unified Authentication System (UAS)
For all work pertaining to the Unified Authentication System (UAS)
Describe the bug
The basic functionality provided by the Firebase Admin library does not verify that the token has not been revoked. This needs to be implemented separately (see https://firebase.google.com/docs/auth/admin/manage-sessions).
Expected behavior
The UAS system should validate that the token provided to it is still valid, and treat the user as PUBLIC if it is not.
The text was updated successfully, but these errors were encountered: