You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
"description": "Enables Google OAuth. You need to create OAuth credentials and also enable the Google+ API, otherwise it will return 403. You need to your domain to a regex like: .*@example\\.com$",
"value": "",
"required": false
},
"FLOWER_OAUTH2_KEY": {
"description": "Oauth2 key. Required if using OAuth.",
"value": "",
"required": false
},
"FLOWER_OAUTH2_SECRET": {
"description": "OAuth2 secret. Required if using OAuth.",
"value": "",
"required": false
},
"FLOWER_OAUTH2_REDIRECT_URI": {
"description": "OAuth2 redirect uri. Required if using OAuth. Should look like: https://my-app.herokuapp.com/login",