Skip to content

Add HS and None Verification#85

Merged
lbalmaceda merged 3 commits into
v3from
feat-hs-verify
Oct 31, 2016
Merged

Add HS and None Verification#85
lbalmaceda merged 3 commits into
v3from
feat-hs-verify

Conversation

@lbalmaceda

@lbalmaceda lbalmaceda commented Oct 28, 2016

Copy link
Copy Markdown
Contributor

Usage:

JWTVerifier.init()          //Will use Algorithm.none and null secret.
                .verify(token);

or

JWTVerifier.init(Algorithm.HS256, "secret")
                .verify(token);

Accepted algorithms are HS256, HS384, HS512.

@lbalmaceda lbalmaceda changed the title Add HS verification Add HS and None Verification Oct 28, 2016
@auth0 auth0 locked and limited conversation to collaborators Oct 28, 2016
@lbalmaceda lbalmaceda merged commit e4876d8 into v3 Oct 31, 2016
@lbalmaceda lbalmaceda deleted the feat-hs-verify branch October 31, 2016 19:57
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