To setup the GitHub authentication config we need to provide the appropriate GitHub keys to the application.
You need have your GitHub Access Keys (client_id
and client_secret
).
If you don't have them you can get them here.
You can use https://domainapp.com/login/check-github
or just https://domainapp.com
as the Authorization callback URL.
- Add the GitHub keys to the appropriate variables in
docker/.env
.
.env
will looks like this:
...
GITHUB_CLIENT_ID=01234567890123456789
GITHUB_CLIENT_SECRET=0123456789abcdefghijklmnopqrstuv