lexik / LexikJWTAuthenticationBundle

JWT authentication for your Symfony API
MIT License
2.54k stars 611 forks source link

feat: Support the `EdDSA` algorithm #1248

Open Crovitche-1623 opened 2 weeks ago

Crovitche-1623 commented 2 weeks ago

It's more of a question, but is theEdDSA algorithm (for signing JWT) supported?

It's written in the lcobucci docs that we can use EdDSA algorithm (which seems to have many advantages over other algorithms) however I don't see the EdDSAalgorithm in the bundle documentation.

Crovitche-1623 commented 2 weeks ago

It's written in the documentation that we can use https://github.com/Spomky-Labs/lexik-jose-bridge for an advanced token encoding with higher encryption support (EdDSA is supported using web-token/jwt-signature-algorithm-eddsa), but if the default encoder https://github.com/lcobucci/jwt supports it, why install anything else ?