Move encryption algorithm ALGORITHM = "HS256"
to config
#1159
-
First Check
Commit to Help
Example Code
DescriptionI've noticed that we have been defining the encryption algorithm variable more than once and there's no single source of truth. I propose to move it to config to solve this problem. Operating SystemmacOS Operating System DetailsMacOS Sonomo Python Version3.10 Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
YuriiMotov
Sep 8, 2025
Replies: 1 comment
-
Currently |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sameeramin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
ALGORITHM = "HS256"
is defined only once inbackend/app/core.security.py