You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone is hosting the core on a domain that is shared by other resources (like webserver or API server), then they would want to query the core via its own path, like example.com/supertokens.
This would entail that the backend SDK should accept a basePath and add that to the core's domain when querying it.
It would also imply that they would have to add a reverse proxy between the backend SDK and the core that would strip away this basePath - unless we can configure the core to have this base path as well.
TODO:
core
nodejs
golang
python
docker config
docs
The text was updated successfully, but these errors were encountered:
If someone is hosting the core on a domain that is shared by other resources (like webserver or API server), then they would want to query the core via its own path, like example.com/supertokens.
This would entail that the backend SDK should accept a basePath and add that to the core's domain when querying it.
It would also imply that they would have to add a reverse proxy between the backend SDK and the core that would strip away this basePath - unless we can configure the core to have this base path as well.
TODO:
The text was updated successfully, but these errors were encountered: