-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
API Tokens are currently stored in plaintext, which creates a security vulnerability. We should hash the tokens in the DB, and use those when authenticating the requests.
Additional modifications needed:
- Guest and Admin tokens must be communicated once (and not saved in an external persistent file)
/subjectsendpoint should not return the tokens (neither hashed nor plaintext)
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working