JWT signature: When to use RSA, EC or secret? #1317
Unanswered
alejandropg
asked this question in
Q&A
Replies: 1 comment
-
Micronaut Security JWT uses under the hood Nimbus JOSE. They published a selection guide |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to know if there is any recommendation about when to use JWT signed with RSA, EC, or a secret.
I mean is there any guide about it, or any recommendation about the use case, for example, concerning the security or the performance... I would like to know the better implementation to use in each case.
I searched in the Micronaut documentation and some googling, but I didn't get anything clear.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions