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

Use cryptojs to validate token payload #143

Open
rquast opened this issue Jul 12, 2016 · 0 comments
Open

Use cryptojs to validate token payload #143

rquast opened this issue Jul 12, 2016 · 0 comments

Comments

@rquast
Copy link

rquast commented Jul 12, 2016

JWT tokens aren't validated.. should decrypt with public key (e.g. OpenID connect has a public JWKS for this).

An example of something similar to aurelia auth that has an implementation for this...

https://github.com/anvilresearch/connect-js/blob/master/anvil-connect.js#L540

@rquast rquast changed the title Use cryptojs to authenticate token payload (via JWKS). Use cryptojs to authenticate token payload Jul 12, 2016
@rquast rquast changed the title Use cryptojs to authenticate token payload Use cryptojs to validate token payload Jul 12, 2016
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