You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Deno's
arc.http.session
uses [email protected] - this lib doesn't support theA128GCM
algorithm.Session tokens won't be compatible with tokens generated by
arc.http.session
fromnodejs
|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
The text was updated successfully, but these errors were encountered: