-
Notifications
You must be signed in to change notification settings - Fork 586
Open
Description
Is your feature request related to a problem? Please describe.
Currently @graphql-yoga/plugin-jwt is incompatible with most edge runtimes as it relies heavily on nodejs internals not available in js. This is coming from reliance on jsonwebtoken library.
Describe the solution you'd like
Looking at the code there are multiple possible options to replace the jsonwebtoken with for example jose, but i'm not sure if there is any appetite for doing this?
If this is something you would consider then im happy to look into this a bit more.
Metadata
Metadata
Assignees
Labels
No labels