-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move OSM authentication to OAuth 2.0 #1196
Comments
Hello @pnorman , Thanks for the notice. Is there something that make you think otherwise ? Thanks! |
Note, Only forks should still have to update to the current (application) version to get these changes. |
I didn't find it in a quick code search, but if it is, that's good. |
@pnorman Yes, it is. Your results may vary depending on what you search. See https://github.com/jbelien/oauth2-openstreetmap/blob/master/src/Provider/OpenStreetMap.php |
OAuth 1.0a is deprecated, and programs which use it to authenticate requests to OpenStreetMap should move to OAuth 2.0. A date has not yet been set for turning off OAuth 1.0a and HTTP Basic.
It's best to move to OAuth 2.0 well in advance of any turn-off, because users may take some time to upgrade software and to re-authenticate.
See openstreetmap/operations#867 for details.
The text was updated successfully, but these errors were encountered: