https://github.com/supertokens/supertokens-docker-extension
Code for docker extension for SuperTokens
https://github.com/supertokens/supertokens-docker-extension
hacktoberfest
Last synced: 3 months ago
JSON representation
Code for docker extension for SuperTokens
- Host: GitHub
- URL: https://github.com/supertokens/supertokens-docker-extension
- Owner: supertokens
- License: apache-2.0
- Created: 2022-09-27T09:50:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T07:29:30.000Z (over 2 years ago)
- Last Synced: 2025-03-26T00:41:29.581Z (3 months ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 40 MB
- Stars: 6
- Watchers: 8
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README




# Supertokens Extension for Docker
SuperTokens is an open source user authentication solution. It is an open core alternative to proprietary login providers like Auth0 or AWS Cognito.
## Pre-requisite:
- [Docker Desktop 4.8 or later](https://docs.docker.com/desktop/)
## Building the Extension
Clone the repository and change directory to run the following command:
```
make build-extension
```As a result, the above command will provide you with ```supertokens/supertokens-docker-extension:latest``` Extension image.
## Running the Supertokens Docker Extension
```
docker extension install supertokens/supertokens-docker-extension:latest
```