Supertokens Extension for Docker
November 11, 2022 ยท View on GitHub
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:
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
