File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Examples of how to backup and restore the database:
62
62
psql exports < export_tool_2023-03-06.pgdump
63
63
```
64
64
65
- 8 . Modify the OAuth1 application with your hostname's ` redirect_uris `
65
+ 8 . Modify the OAuth2 application with your hostname's ` redirect_uris `
66
66
67
67
### Storage and Environment Variables
68
68
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ EMAIL_HOST_USER=<INSECURE_SMTP_USERNAME>
8
8
EMAIL_HOST_PASSWORD = <SECURE_SMTP_PASSWORD>
9
9
REPLY_TO_EMAIL = <INSECURE_REPLY_EMAIL>
10
10
11
- # #OAUTH 1 Settings
12
- OSM_API_KEY = <SECURE_OSM_OAUTH1_APP_CONSUMER_KEY >
13
- OSM_API_SECRET = <SECURE_OSM_OAUTH1_APP_CONSUMER_SECRET >
11
+ # #OAUTH 2 Settings
12
+ OSM_API_KEY = <SECURE_OSM_OAUTH2_APP_CONSUMER_KEY >
13
+ OSM_API_SECRET = <SECURE_OSM_OAUTH2_APP_CONSUMER_SECRET >
14
14
15
15
# # Workers
16
16
WORKER_SECRET_KEY = <SECURE_WORKER_KEY>
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default () =>
33
33
< p > User authentication and authorization is a two-step process.</ p >
34
34
< p >
35
35
The Export Tool requires that users log into OpenStreetMap using{ " " }
36
- < a href = "https://oauth.net/1 /" > OAuth 1 .0a</ a > (you don't need to know
36
+ < a href = "https://oauth.net/2 /" > OAuth 2 .0a</ a > (you don't need to know
37
37
this). This provides user identity, specifically an OSM username to
38
38
associate with exports. You generally don't need to care about this,
39
39
except to know that usernames are the same as on OSM.
You can’t perform that action at this time.
0 commit comments