-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
For the HAWK implementation to work we have to retrieve the secret for the given user id each request. We should make sure these values always some back from the database quickly. Make sure the proper indexes and settings are correct and optimized for speed.
There is a possibility we will need to cache these values closer, perhaps redis, or even in memory.