Join Discord
Powered by
Is it possible to verify a session, from a differe...
# support-questions-legacy
e
EdwinN1337
07/12/2022, 10:25 AM
Is it possible to verify a session, from a different backend by initializing the same core?
r
rp_st
07/12/2022, 10:50 AM
Will that backend be called from the frontend? or from a different backend?
e
EdwinN1337
07/12/2022, 10:50 AM
from the frontend (with a valid session)
r
rp_st
07/12/2022, 10:51 AM
yea. that's possible, as long as the different backend has the same domain, or a sub domain as the other backend
rp_st
07/12/2022, 10:51 AM
If it has the same domain, but just a different path, then you don't really need to do anything special
rp_st
07/12/2022, 10:52 AM
if it's a sub domain, check this out:
https://supertokens.com/docs/session/common-customizations/sessions/multiple-api-endpoints
e
EdwinN1337
07/12/2022, 10:52 AM
Ah, will check it out thanks!
2
Views
Previous
Next