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

JWT supported but not cross-compatible with other runtimes #1

Open
hicksy opened this issue May 31, 2021 · 0 comments
Open

JWT supported but not cross-compatible with other runtimes #1

hicksy opened this issue May 31, 2021 · 0 comments

Comments

@hicksy
Copy link
Collaborator

hicksy commented May 31, 2021

Deno's arc.http.session uses [email protected] - this lib doesn't support the A128GCM algorithm.

Session tokens won't be compatible with tokens generated by arc.http.session from nodejs|ruby|python - a problem if you're using a mix of runtimes in your project.

If Web Cryptography API integration is implemented in Deno, then we could switch to using jose

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

No branches or pull requests

1 participant