Skip to content

Instantly share code, notes, and snippets.

@joubin
Created December 14, 2018 18:32
Show Gist options
  • Save joubin/f16de6ab22a6298630f55d73f24b271b to your computer and use it in GitHub Desktop.
Save joubin/f16de6ab22a6298630f55d73f24b271b to your computer and use it in GitHub Desktop.
JWTVerifier verifier = new JWTVerifier(JWT_PASSWORD);
verifier.verify(accessToken);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment