Use symmetric keys for JWT #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Switch from asymmetric keys to symmetric ones. Main reason is that it will reduce the number of dependencies that are needed and make it easier to maintain while still achieving the desired goal
Requirements
Completing this will render #66 and #32 unnecessary.