We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EdDSA
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.
The text was updated successfully, but these errors were encountered:
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 ?
web-token/jwt-signature-algorithm-eddsa
Sorry, something went wrong.
It is not. Pull Request welcome to support it in LcobucciJWSProvider!
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: