Hi, so I need to manage sessions between a react a...
# general
w
Hi, so I need to manage sessions between a react app, and several node servers. One of these node apps stores data for user authentication, whilst the others store various sets of data for the client. They are all within the same domain. I just need to use supertokens for handling sessions management. If i define a route at an already existing supertokens api path like /auth/signin and do my own authentication, then does that mean I need to use some of supertokens exposed functions to ask for a new pair of tokens