Guldberg
connectionURI
apiKey
ts supertokens: { connectionURI: "http://localhost:3567", apiKey: "someKey" // OR can be undefined },
rp_st
supertokens.init({ appInfo: {..}, supertokens: {connectionURI: "...", apiKey: "..."}, recipeList: [...] })
supertokens.service.ts
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).