How to authenticate without using window.open
#254
Replies: 1 comment
-
|
the redirect-based flow should work fine, this is what the the error you're seeing suggests the cookie isn't making it through the oauth redirect. a few things to check:
btw, the handshake cookie is always session-only ( what's your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, how is it possible to use this library with only redirects? Such that the frontend doesn't need to call
window.openbut simply redirect to/auth/<provider>/login.It seems to respond with a
failed to get token - token cookie was not presented: http: named cookie not present. Probably due to the handshake cookie, which is a session-only, is cleared due to the location change.Beta Was this translation helpful? Give feedback.
All reactions