Open Crovitche-1623 opened 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 ?
It's more of a question, but is the
EdDSA
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 theEdDSA
algorithm in the bundle documentation.