Skip to content

Add ES Algorithm Verification#92

Merged
lbalmaceda merged 5 commits into
v3from
feat-es-verify
Nov 7, 2016
Merged

Add ES Algorithm Verification#92
lbalmaceda merged 5 commits into
v3from
feat-es-verify

Conversation

@lbalmaceda

Copy link
Copy Markdown
Contributor

Sample usage

PublicKey publicKey = parsePublicKeyFile();
JWT jwt = JWTVerifier.init(Algorithm.ECDSA256, publicKey)
                     .verify("my.jwt.token");

Supported ES algorithms:
Algorithm.ECDSA256, Algorithm.ECDSA384, Algorithm.ECDSA512

@auth0 auth0 locked and limited conversation to collaborators Nov 4, 2016
@lbalmaceda lbalmaceda merged commit a6738d5 into v3 Nov 7, 2016
@lbalmaceda lbalmaceda deleted the feat-es-verify branch November 7, 2016 22:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant