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:
Tom Hughes 2015-02-28 15:56:41 +00:00
parent 7ed50894e2
commit eeb9866d50
10 changed files with 51 additions and 12 deletions

View file

@ -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