Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom path when querying the core #252

Closed
6 tasks done
rishabhpoddar opened this issue Jan 27, 2022 · 0 comments
Closed
6 tasks done

Allow custom path when querying the core #252

rishabhpoddar opened this issue Jan 27, 2022 · 0 comments
Assignees

Comments

@rishabhpoddar
Copy link
Member

rishabhpoddar commented Jan 27, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants