legolas89110609
12/06/2022, 11:19 PMsupertokens-node
that's under auth.domain.com. That's it's sole purpose. Now, I have another service, let's call it API, that I need to init supertokens-node into for API route session verification and such. While looking into the sourcecode of st-node
I saw that the init config the recipeList
is not optional. I don't want any ST apis on this service, all I want is to .init() it, point it to core and be able to validate requests. Should I just add the Session recipe and nothing else? Will that work? Thanksrp_st
12/07/2022, 4:00 AMrp_st
12/07/2022, 4:00 AMlegolas89110609
12/08/2022, 8:03 PMlegolas89110609
12/08/2022, 11:32 PMThirdPartyEmailPassword.init({})
in recipe list, didn't need to init the 3rd parties as well. Had to add the empty object because of TS but that's ok. Thanksrp_st
12/09/2022, 3:37 AM