Hi, I'm having an issue with React where login status is successful but the Session.doesSessionExist returns false. I'm ussing cookie headers.
In one of my other apps with different supertokens core backend, it works. On my new one, it doesn't work.
I notice a difference that one of them have an IdToken (works) and my second app that doesn't have IdToken in signin response - doesn't work. Is this a bug??
bladerpc
05/14/2023, 12:18 AM
Could this be a V5 bug on client libraries with V5 release?
@tejas45
bladerpc
05/14/2023, 12:23 AM
Okay, I just had to update my client libraries in JS. A nice to have would be an error that says the sdk is not compatiable when connecting (if possible)
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).