Hello, I was deploying supertokens third party email password recipe on Amazon AWS. The /authorizationurl/ endpoint is giving 403 ERROR. The rest of the APIs are working fine. Attaching a ss of the error. Any specific reasons for this?
r
rp_st
03/27/2022, 3:34 PM
It's
/dev/authorisationurl
not
/dev/authorizationurl
(Use
s
not
z
).
y
yashwant3411
03/27/2022, 3:44 PM
Thanks... the error was because of some messed up headers.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).