-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff40d1a
commit 13805a9
Showing
16 changed files
with
54 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,13 @@ We do not offer login functionality with MongDB yet. We only offer session manag | |
## Testing that the service is running 🤞 | ||
Open a browser and visit `http://localhost:3567/hello`. If you see a page that says `Hello` back, then the container was started successfully! | ||
|
||
If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:[email protected]) or [via Discord](https://supertokens.com/discord). | ||
If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:[email protected]) or [via Discord](https://supertokens.com/discord). | ||
|
||
:::tip | ||
The `/hello` route checks whether the database connection is set up correctly and will only return a 200 status code if there is no issue. | ||
|
||
If you are using kubernetes or docker swarm, this endpoint is perfect for doing readiness and liveness probes. | ||
::: | ||
|
||
## Connecting the backend SDK with SuperTokens 🔌 | ||
- The default `port` for SuperTokens is `3567`. You can change this by binding a different port in the `docker run` command. For example, `docker run -p 8080:3567` will run SuperTokens on port `8080` on your machine. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,13 @@ We do not offer login functionality with MongDB yet. We only offer session manag | |
## Testing that the service is running 🤞 | ||
Open a browser and visit `http://localhost:3567/hello`. If you see a page that says `Hello` back, then the container was started successfully! | ||
|
||
If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:[email protected]) or [via Discord](https://supertokens.com/discord). | ||
If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:[email protected]) or [via Discord](https://supertokens.com/discord). | ||
|
||
:::tip | ||
The `/hello` route checks whether the database connection is set up correctly and will only return a 200 status code if there is no issue. | ||
|
||
If you are using kubernetes or docker swarm, this endpoint is perfect for doing readiness and liveness probes. | ||
::: | ||
|
||
## Connecting the backend SDK with SuperTokens 🔌 | ||
- The default `port` for SuperTokens is `3567`. You can change this by binding a different port in the `docker run` command. For example, `docker run -p 8080:3567` will run SuperTokens on port `8080` on your machine. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,13 @@ We do not offer login functionality with MongDB yet. We only offer session manag | |
## Testing that the service is running 🤞 | ||
Open a browser and visit `http://localhost:3567/hello`. If you see a page that says `Hello` back, then the container was started successfully! | ||
|
||
If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:[email protected]) or [via Discord](https://supertokens.com/discord). | ||
If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:[email protected]) or [via Discord](https://supertokens.com/discord). | ||
|
||
:::tip | ||
The `/hello` route checks whether the database connection is set up correctly and will only return a 200 status code if there is no issue. | ||
|
||
If you are using kubernetes or docker swarm, this endpoint is perfect for doing readiness and liveness probes. | ||
::: | ||
|
||
## Connecting the backend SDK with SuperTokens 🔌 | ||
- The default `port` for SuperTokens is `3567`. You can change this by binding a different port in the `docker run` command. For example, `docker run -p 8080:3567` will run SuperTokens on port `8080` on your machine. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,13 @@ We do not offer login functionality with MongDB yet. We only offer session manag | |
## Testing that the service is running 🤞 | ||
Open a browser and visit `http://localhost:3567/hello`. If you see a page that says `Hello` back, then the container was started successfully! | ||
|
||
If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:[email protected]) or [via Discord](https://supertokens.com/discord). | ||
If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:[email protected]) or [via Discord](https://supertokens.com/discord). | ||
|
||
:::tip | ||
The `/hello` route checks whether the database connection is set up correctly and will only return a 200 status code if there is no issue. | ||
|
||
If you are using kubernetes or docker swarm, this endpoint is perfect for doing readiness and liveness probes. | ||
::: | ||
|
||
## Connecting the backend SDK with SuperTokens 🔌 | ||
- The default `port` for SuperTokens is `3567`. You can change this by binding a different port in the `docker run` command. For example, `docker run -p 8080:3567` will run SuperTokens on port `8080` on your machine. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,13 @@ We do not offer login functionality with MongDB yet. We only offer session manag | |
## Testing that the service is running 🤞 | ||
Open a browser and visit `http://localhost:3567/hello`. If you see a page that says `Hello` back, then the container was started successfully! | ||
|
||
If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:[email protected]) or [via Discord](https://supertokens.com/discord). | ||
If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:[email protected]) or [via Discord](https://supertokens.com/discord). | ||
|
||
:::tip | ||
The `/hello` route checks whether the database connection is set up correctly and will only return a 200 status code if there is no issue. | ||
|
||
If you are using kubernetes or docker swarm, this endpoint is perfect for doing readiness and liveness probes. | ||
::: | ||
|
||
## Connecting the backend SDK with SuperTokens 🔌 | ||
- The default `port` for SuperTokens is `3567`. You can change this by binding a different port in the `docker run` command. For example, `docker run -p 8080:3567` will run SuperTokens on port `8080` on your machine. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,13 @@ We do not offer login functionality with MongDB yet. We only offer session manag | |
## Testing that the service is running 🤞 | ||
Open a browser and visit `http://localhost:3567/hello`. If you see a page that says `Hello` back, then the container was started successfully! | ||
|
||
If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:[email protected]) or [via Discord](https://supertokens.com/discord). | ||
If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:[email protected]) or [via Discord](https://supertokens.com/discord). | ||
|
||
:::tip | ||
The `/hello` route checks whether the database connection is set up correctly and will only return a 200 status code if there is no issue. | ||
|
||
If you are using kubernetes or docker swarm, this endpoint is perfect for doing readiness and liveness probes. | ||
::: | ||
|
||
## Connecting the backend SDK with SuperTokens 🔌 | ||
- The default `port` for SuperTokens is `3567`. You can change this by binding a different port in the `docker run` command. For example, `docker run -p 8080:3567` will run SuperTokens on port `8080` on your machine. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters