Hi @rp_st,
I'am using supertokens in a react native project. I'm using passwordless authentication for user but could I use the microservice authentication in parallel for my API? There is no conflict?
r
rp_st
04/14/2023, 5:06 AM
hey @00babs00 yes you could.
You could use our optional frontend session verification, and if that returns
undefined
on the backend, then you could try verifying the JWT from m2m auth
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).