We're running as a multi-tenanted application, whe...
# general
t
We're running as a multi-tenanted application, where each tenant can specify their auth requirements. Does SuperTokens handle multi-tenancy in any way? All our other parts of the application are serverless on AWS where possible, and so following https://supertokens.io/docs/thirdpartyemailpassword/serverless/with-aws-lambda/backend-config I assume we may be able to simply adjust the
config.js
to pull in relevant config data, though only if this is read in per-request rather than on lambda init.