Hey @rp_st, running supertokens with FastAPI locally works well, but after deploying it to EC2 machine it returns "try refresh token". EC2 uses ngnix for reverse proxy (proxy_pass). My guess is that some of the headers are filtered out. Am I right? Or there can be another reason? (same token while using it with AWS lambda or running locally works well)
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).