Working on implementing the use of super tokens in my local application. I am successfully using supertokens to generate JWT tokens that the API and UI use. but, I'm trying to be able to test my api via postman without having to copy paste the token from the cookie. How can i achieve this?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).