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:
parent
08b0cbb7d7
commit
17135cad03
4 changed files with 15 additions and 0 deletions
|
@ -115,6 +115,8 @@ defaults: &defaults
|
|||
#mapzen_valhalla_key: ""
|
||||
# Thunderforest authentication details
|
||||
#thunderforest_key: ""
|
||||
# Key for generating TOTP tokens
|
||||
#totp_key: ""
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue