I'm getting this error:
SuperTokens core threw an error for a POST request to path: '/recipe/session/regenerate' with status code: 400 and message: The user payload contains protected field
My code looks like this:
hey @kbanman the sessionHandle is a protected prop. You can't change it in a session.
So this type of operation is not allowed - nor should you ever need to do this. What's the use case here?
k
kbanman
05/28/2023, 2:00 AM
I'm just following some boilerplate code I found -- it seems to have worked in a previous version.
Omitting
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).