Closed ComfortablyCoding closed 6 months ago
What's payload.verified
and payload.verifier
?
They are verifier
value just in different places of the code
Strangely enough it is now working for me. Closing for now, will re-open if I can reproduce it again with a minimal example.
Hello and thanks for this package!
I am not sure if it is a setup issue but the
Google
andMicrosoftEntraId
providers both error out if a verifier is passed. If the verifier is removed (i.e. passed as undefined) they work with no issue. I have confirmed the verification code is the same between the URL and the validate methods.Both of them have it as a required parameter for the
createAuthorizationURL
andvalidateAuthorizationCode
methods.Any suggestions as to why this is are appreciated!
Sample code
Example error response from Google if verifier is passed