Guldberg
07/28/2022, 10:18 AMconnectionURI
and apiKey
So this part:
ts
supertokens: {
connectionURI: "http://localhost:3567",
apiKey: "someKey" // OR can be undefined
},
https://supertokens.com/docs/thirdparty/quick-setup/core/with-docker#connecting-the-backend-sdk-with-supertokens-rp_st
07/28/2022, 10:20 AMsupertokens.init({
appInfo: {..},
supertokens: {connectionURI: "...", apiKey: "..."},
recipeList: [...]
})
Guldberg
07/28/2022, 10:22 AMsupertokens.service.ts
rp_st
07/28/2022, 10:25 AMGuldberg
07/28/2022, 10:25 AMrp_st
07/28/2022, 10:25 AMGuldberg
07/28/2022, 10:26 AM