Hint on how to setup Google OAuth added
This commit is contained in:
parent
dee3304575
commit
9d985c3562
1 changed files with 7 additions and 0 deletions
|
|
@ -21,6 +21,13 @@ variables before running the application:
|
|||
* GOOGLE_CLIENT_ID=…
|
||||
* GOOGLE_CLIENT_SECRET=…
|
||||
|
||||
To manage OAuth applications at Google: https://console.developers.google.com/apis/credentials
|
||||
|
||||
Authorized callback URLs must be set to:
|
||||
|
||||
- https://screenshots.debian.net/users/auth/google_oauth2/callback
|
||||
- https://localhost:3001/users/auth/google_oauth2/callback
|
||||
|
||||
## Amazon
|
||||
|
||||
The client ID for the debshots and the secret must be set as environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue