rp
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 PMdoei
07/17/2022, 3:46 PMmamousavi
07/17/2022, 3:55 PMNaf
07/17/2022, 4:05 PMsupertokens-web
when the user's payload changes? Right now I'm getting around it by refreshing the session and doing what I need to do in that event handler, but it would be nice to have its own event actionNoobster123
07/17/2022, 6:13 PMsharma
07/18/2022, 1:18 AMsupertokensEmailPassword.resetPassword
emailpassword.js:1 Uncaught (in promise) Error: SuperTokensWindowHandler must be initialized before calling this method.
at e.getReferenceOrThrow (emailpassword.js:1:105686)
at t.getQueryParams (emailpassword.js:1:35831)
at Object.getResetPasswordTokenFromURL (emailpassword.js:1:22726)
at e.getResetPasswordTokenFromURL (emailpassword.js:1:14504)
at resetPassword (reset-password?token=NjJjZTUxOTA2MWI2NmE5NmQ2NzYyNjlmOWQyOWE1OTVhZGJiNTYxNWU5NDk3YzU2ZDJlYjNhNTJkYmRkMzU4ZjYwMzM4YmJlOGZkODcyNTRhN2Y0ODQ1YmNkNDZjMmEw&rid=emailpassword:25:70)
rp
07/18/2022, 4:16 AMwdjzr
07/18/2022, 12:36 PMwdjzr
07/18/2022, 12:37 PMmajortom
07/18/2022, 1:01 PMNoobster123
07/18/2022, 2:32 PMaV
07/18/2022, 5:25 PMrp
07/18/2022, 5:37 PMrp
07/18/2022, 5:37 PM