Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Sep 15, 2022
1 parent ff40d1a commit 13805a9
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 17 deletions.
2 changes: 1 addition & 1 deletion v2/auth-react/session/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Session recipe is integrated with the EmailPassword recipe. That means that when

The Session module is essentially a wrapper around the `supertokens-website` [session management package](/docs/website/installation).

If you were using this package and would like to upgrade to use supertokens-auth-react, please contact us at [founders@supertokens.com](mailto:founders@supertokens.com)
If you were using this package and would like to upgrade to use supertokens-auth-react, please contact us at [team@supertokens.com](mailto:team@supertokens.com)


## Reference guide
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Session recipe is integrated with the EmailPassword recipe. That means that when

The Session module is essentially a wrapper around the `supertokens-website` [session management package](/docs/website/installation).

If you were using this package and would like to upgrade to use supertokens-auth-react, please contact us at [founders@supertokens.com](mailto:founders@supertokens.com)
If you were using this package and would like to upgrade to use supertokens-auth-react, please contact us at [team@supertokens.com](mailto:team@supertokens.com)


## Reference guide
Expand Down
8 changes: 7 additions & 1 deletion v2/community/supertokens-core/self-hosted/with-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ supertokens start [--host=...] [--port=...]
## 3) 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 SuperTokens was started successfully!

If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:founders@supertokens.com) 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:team@supertokens.com) or [via Discord](https://supertokens.com/discord).


## 4) Stopping SuperTokens 🛑
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ supertokens start [--host=...] [--port=...]
## 3) 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 SuperTokens was started successfully!

If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:founders@supertokens.com) 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:team@supertokens.com) or [via Discord](https://supertokens.com/discord).


## 4) Stopping SuperTokens 🛑
Expand Down
8 changes: 7 additions & 1 deletion v2/passwordless/quick-setup/core/self-hosted-with-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ supertokens start [--host=...] [--port=...]
## 3) 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 SuperTokens was started successfully!

If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:founders@supertokens.com) 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:team@supertokens.com) or [via Discord](https://supertokens.com/discord).


## 4) Stopping SuperTokens 🛑
Expand Down
8 changes: 7 additions & 1 deletion v2/session/quick-setup/core/self-hosted-with-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion v2/session/quick-setup/core/self-hosted-without-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ supertokens start [--host=...] [--port=...]
## 3) 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 SuperTokens was started successfully!

If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:founders@supertokens.com) 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:team@supertokens.com) or [via Discord](https://supertokens.com/discord).


## 4) Stopping SuperTokens 🛑
Expand Down
8 changes: 7 additions & 1 deletion v2/thirdparty/quick-setup/core/self-hosted-with-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ supertokens start [--host=...] [--port=...]
## 3) 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 SuperTokens was started successfully!

If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:founders@supertokens.com) 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:team@supertokens.com) or [via Discord](https://supertokens.com/discord).


## 4) Stopping SuperTokens 🛑
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ 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:founders@supertokens.com) 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:team@supertokens.com) 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 there is no issue.
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.
:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ supertokens start [--host=...] [--port=...]
## 3) 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 SuperTokens was started successfully!

If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:founders@supertokens.com) 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:team@supertokens.com) or [via Discord](https://supertokens.com/discord).


## 4) Stopping SuperTokens 🛑
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ supertokens start [--host=...] [--port=...]
## 3) 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 SuperTokens was started successfully!

If you are having issues with starting the docker image, please feel free to reach out to us [over email](mailto:founders@supertokens.com) 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:team@supertokens.com) or [via Discord](https://supertokens.com/discord).


## 4) Stopping SuperTokens 🛑
Expand Down

0 comments on commit 13805a9

Please sign in to comment.