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

verify() function drops decoded claims. #2

Open
AndreLouisCaron opened this issue Oct 2, 2012 · 0 comments
Open

verify() function drops decoded claims. #2

AndreLouisCaron opened this issue Oct 2, 2012 · 0 comments

Comments

@AndreLouisCaron
Copy link

The verify() function decodes claims and does not return them. This requires the caller to call the split_token() function and re-decode the base64-urlencoded claims.

Moreover, claims are always JSON encoded, so it would be cool if verify() JSON-decoded the claims as well.

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