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.
Is your feature request related to a problem? Please describe.
Currently
@graphql-yoga/plugin-jwtis incompatible with most edge runtimes as it relies heavily on nodejs internals not available in js. This is coming from reliance onjsonwebtokenlibrary.Describe the solution you'd like
Looking at the code there are multiple possible options to replace the
jsonwebtokenwith for examplejose, 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.