mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-05-14 21:28:08 +02:00
Merge pull request #156 from reb1995/Update-OAuth2-with-Application-Permissions
Update DEVELOPER.md to include OSM OAuth2 Application Permissions
This commit is contained in:
@@ -854,6 +854,13 @@ To run the app with working OSM authentication, register OAuth2 applications:
|
||||
|
||||
1. **Production OSM**: https://www.openstreetmap.org/oauth2/applications
|
||||
2. **Sandbox OSM**: https://master.apis.dev.openstreetmap.org/oauth2/applications
|
||||
3. **OAuth2 Application Permissions**
|
||||
* Uncheck "Confidential application?"
|
||||
* Read user preferences (read_prefs)
|
||||
* Modify the map (write_api)
|
||||
* Read, update status and delete user messages (consume_messages)
|
||||
4. **Redirect URIs**
|
||||
* deflockapp://auth
|
||||
|
||||
For local builds, create `build_keys.conf` (gitignored):
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user