-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
investigate if token creation can be speeded up #168
Comments
I believe that HMAC-SHA256 (used in fosite) is, although slower, favorable to HMAC-SHA1 |
It's actually the blowfish hashing algorithm that is being used to validate the client credentials:
|
Workfactor of 10 get's us to ~100 hits / s - maybe make this configurable? |
workfactor is now refactored so that (theoratically) configuring it is possible. However, this is sort of an upstream issue of viper #212 |
this is now resolved |
No description provided.
The text was updated successfully, but these errors were encountered: