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

Support JWE #17

Open
gbrlsnchs opened this issue Feb 5, 2019 · 0 comments
Open

Support JWE #17

gbrlsnchs opened this issue Feb 5, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@gbrlsnchs
Copy link
Owner

In issue #15 I was asked about storing user information within the token. Of course, with only JWS, it is not safe, since user information would be stored client side. However, we could fix it by using JWE, which this library doesn't support right now.

I think this library could benefit from supporting JWE too. v2 was designed to fix performance issues with v1, but it is too verbose and doesn't allow JWE to be implemented so easily (actually, I think implementing JWE in v2 would force a major version bump anyway).

References:
https://tools.ietf.org/html/rfc7516

@gbrlsnchs gbrlsnchs added enhancement New feature or request help wanted Extra attention is needed labels Feb 5, 2019
@gbrlsnchs gbrlsnchs added this to the v3 milestone Feb 5, 2019
@gbrlsnchs gbrlsnchs self-assigned this Feb 5, 2019
@gbrlsnchs gbrlsnchs removed this from the v3 milestone Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant