- Setup and launch
ngrok
on port3000
to create an HTTPS redirect URI, set this URI asREDIRECT_URI
in theDockerfile
for the implementation you intend to run. - Input your application
CLIENT_ID
andCLIENT_SECRET
into the sameDockerfile
. - Launch the example implementation with
docker build --tag auth-sample ./[language] && docker run auth-sample
e.g:docker build --tag auth-sample ./go && docker run -it -p 3000:3000 auth-sample
- Connect to either your
REDIRECT_URI
orlocalhost:3000
to start a journey.
This repository was archived by the owner on May 12, 2022. It is now read-only.