CCF
CCF copied to clipboard
Add support for JWT `ES256` signature algorithm
Currently, only RS256
is supported. ES256
is ECDSA with SHA-256 and is the other commonly used JWT signing algorithm.
@letmaik is there a particular use case for this?
Not at this time.
On 25 Jul 2022, at 11:37, Amaury Chamayou @.***> wrote:
@letmaik is there a particular use case for this?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.
Closing for now, since there is no immediate demand for this.