You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the JWT are generated by a secret as an env variable generated manually by open SSL. oauth api keys are stored in plaintext in the database.
There should be a service that handles the storing and rotating of the JWT key and api keys.
The text was updated successfully, but these errors were encountered:
Right now, the JWT are generated by a secret as an env variable generated manually by open SSL. oauth api keys are stored in plaintext in the database.
There should be a service that handles the storing and rotating of the JWT key and api keys.
The text was updated successfully, but these errors were encountered: