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
First of all thanks for creating a great JWT library.
I wanted to create a new Passport JWT strategy using your JWT library, because the current most used strategy library does not support EdDSA algorithms. When playing around with it, it looks like in contrary what the docs say setting the complete: true in verifier settings does not return the original input token. Instead it seems to only return the header, payload and signature