Skip to content
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

feat: add support for HMAC sha512 #72

Merged
merged 4 commits into from
Aug 5, 2024
Merged

feat: add support for HMAC sha512 #72

merged 4 commits into from
Aug 5, 2024

Conversation

MansurTsutiev
Copy link
Contributor

@MansurTsutiev MansurTsutiev commented Aug 1, 2024

Why do we need this change?

SD is trying to generate HMAC with sha512 algorithm.
Sorcerer supports this, but the front-end (TokenBuilder) fails validation because the algorithm is not in the ALLOWED_ALGOS list.

Implementation Details

Add it to the list, so the validation succeeds.

Dependencies (if any)

🏠sc121136

@MansurTsutiev MansurTsutiev requested a review from genkjames August 1, 2024 17:25
genkjames
genkjames previously approved these changes Aug 1, 2024
@MansurTsutiev MansurTsutiev merged commit 8b1f664 into master Aug 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants