Add support for Google OAuth2 authentication
This replaces OpenID authentication, which is going away soon, but provides an upgrade path where we can migrate users that already have a Google OpenID setup to the new system transparently.
This commit is contained in:
parent
7ed50894e2
commit
eeb9866d50
10 changed files with 51 additions and 12 deletions
|
@ -88,6 +88,10 @@ defaults: &defaults
|
|||
- ".*\\.google\\.ru/.*"
|
||||
# URL of Overpass instance to use for feature queries
|
||||
overpass_url: "//overpass-api.de/api/interpreter"
|
||||
# External authentication credentials
|
||||
#google_auth_id: ""
|
||||
#google_auth_secret: ""
|
||||
#google_openid_realm: ""
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue