More specifically, my supertokens core lambda is treating incoming /auth requests like it’s an authorizer so it’s returning an authorizer response when I need an actual api response to like a getAuthorizationUrl request for example
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).