Hi I am creating a mobile app in react-native frontend and NestJS backend
I want to use Super Tokens for One-Time-Password based authentication.
I only want to authenticate the user and get the user information like phone number.
Then I want to handle the authorization on my own, I want to execute my own logics( create jwt and all).
Can anyone help me getting started?