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
I'm not sure if this was an intentional design choice or just an oversight but ParseUnverified does not currently set the token.Signature field.
Logically, I was expecting this field to still be set even though it is not verified. Extracting it manually is simple enough but I believe ParseUnverified should be functionally equivalent (minus verification).
I have a PR ready to go if this is indeed an oversight.
The text was updated successfully, but these errors were encountered:
I'm not sure if this was an intentional design choice or just an oversight but
ParseUnverified
does not currently set thetoken.Signature
field.Logically, I was expecting this field to still be set even though it is not verified. Extracting it manually is simple enough but I believe
ParseUnverified
should be functionally equivalent (minus verification).I have a PR ready to go if this is indeed an oversight.
The text was updated successfully, but these errors were encountered: