Hello, I want to test my routes with Postman but they are protected with verifySession() and I don't know how to do it. I found a tutorial to test supertokens with postman, but I would like to log in and not register, and the tutorial creates a new user.
Has anyone done it or can guide me how to do it?
r
rp_st
02/10/2023, 4:59 AM
hey @raulandrade8333 you can call the login route via postman first
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).