Hi <@498057949541826571>, I'am using supertokens i...
# support-questions-legacy
u
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
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
u
Thanks a lot