/supertokens-docker-extension

Code for docker extension for SuperTokens

Primary LanguageTypeScriptApache License 2.0Apache-2.0

stars forks issues Visitor count Twitter

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

image