1
Reply

Which algorithms used in JWT(Json Web Token) library?

Ankit Kanojia

Ankit Kanojia

4y
1.6k
3
Reply

Joken supports all algorithms that JOSE supports. That contains:

  1. All HS, RS, ES, PS signing algorithms.
  2. All Edwards algorithms (Ed25519, Ed25519ph, Ed448, Ed448ph)