rp
07/11/2022, 1:14 PMqoby
07/11/2022, 2:06 PMmwill8886
07/11/2022, 9:30 PMThirdPartyEmailPasswordAuth
from supertokens-auth-react
to expose the Supertokens context to the any of the components. When I disable all cookies in my browser the ThirdPartyEmailPasswordAuth
causes it to fail because there is no localStorage or cookies.
Is there a preferred way to gracefully handle the ThirdPartyEmailPasswordAuth
if cookies are disabled?Livio
07/11/2022, 9:53 PMLivio
07/11/2022, 9:56 PMAlankazam
07/11/2022, 9:57 PMrp
07/12/2022, 3:14 AMrp
07/12/2022, 3:15 AMrp
07/12/2022, 3:16 AMaV
07/12/2022, 9:48 AMEdwinN1337
07/12/2022, 10:25 AMrp
07/12/2022, 10:49 AMrp
07/12/2022, 10:50 AMconstantinos
07/12/2022, 1:46 PMshowtim3
07/12/2022, 9:45 PMshowtim3
07/12/2022, 10:31 PMrp
07/13/2022, 3:56 AMrp
07/13/2022, 3:56 AMexecreate
07/13/2022, 5:01 AMsupertokens-python==0.8.2
with Django==4.0.6
and resend code is not working for passwordless. Is it a known issue for python SDK version I am using?
It is a POST request from frontend to the URL signinup/code/resend
with preAuthSessionId
and deviceId
payload. The response says "status": "OK"
with 200 status, and the code is not being delivered. I cannot see any logs on the backend that indicate code resend attempt.showtim3
07/13/2022, 12:29 PMEdwinN1337
07/14/2022, 7:40 AM[object Object]
error, can't figure out whyFuntime3Freddy3
07/14/2022, 11:29 AMFuntime3Freddy3
07/14/2022, 11:29 AMsharma
07/14/2022, 4:34 PMrp
07/14/2022, 4:57 PMsegidev
07/15/2022, 11:14 AMuser_id
would be 1 instead of "uq814uq-81412...."HarryET
07/15/2022, 3:44 PMpaschal
07/16/2022, 6:28 AMNaf
07/16/2022, 1:24 PMsupertokens-web
attempt a refresh on all 401s by default, or only when other response headers are also found (e.g. rid
)? I saw my front-end looping requests when my API sent back an explicit 401 (not from supertokens-node
, but from my own controller). It's fixed if I set the sessionExpiredStatusCode
, but I thought there would be some other logic besides attempting a refresh on all 401s. Is this intended? I'm on "supertokens-website": "^10.1.0",
and "supertokens-node": "^9.2.3"
rp
07/16/2022, 6:09 PM