Add support for generating TOTP cookies

This allows other sites in the openstreetmap.org domain to validate
that requests are coming from a www.openstreetmap.org user.
This commit is contained in:
Tom Hughes 2016-12-02 22:42:35 +00:00
parent 08b0cbb7d7
commit 17135cad03
4 changed files with 15 additions and 0 deletions

View file

@ -115,6 +115,8 @@ defaults: &defaults
#mapzen_valhalla_key: ""
# Thunderforest authentication details
#thunderforest_key: ""
# Key for generating TOTP tokens
#totp_key: ""
development:
<<: *defaults