- 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 has been archived by the owner on May 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
📡 Sample Auth integrations
License
creditkudos/auth-sample-implementations
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
📡 Sample Auth integrations
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published