Skip to content
New issue

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

Enable remaining pro-active assertions when parsing a JWT #42

Closed
lhazlewood opened this issue Sep 9, 2015 · 1 comment
Closed

Enable remaining pro-active assertions when parsing a JWT #42

lhazlewood opened this issue Sep 9, 2015 · 1 comment
Milestone

Comments

@lhazlewood
Copy link
Contributor

exp and nbf are already asserted automatically. Also allow building a parser that expects values for the following:

  • iss
  • aud
  • sub
  • iat
  • jti

Ensure the parser method names use the more friendly names - e.g.

parserBuilder.setId("jtiValue").setSubject("sub value"). ...etc... .parse(compact);
This was referenced Sep 10, 2015
lhazlewood added a commit that referenced this issue Sep 23, 2015
@lhazlewood lhazlewood added this to the 0.6 milestone Sep 23, 2015
@lhazlewood
Copy link
Contributor Author

Implementation complete. Will be released in 0.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant