Hi everyone, I am trying to implement email/password login/sign up feature on my app using superToken.
Here is my understanding :
frontend calls -> backend api server -> calls supertoken sdk.
I already setup the backend api server using nestJS. Do I need to create two routes for /auth/signIn & /auth/signOut & call the supertoken sdk internally ?
If yes, does any one have any sample example on how to implement it ? Or do I need to setup it in some other way so that the front end can call the end points ?