-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Remove login/password authorization in OpenStreetMap Editing plugin #19970
Comments
@Nine-Tailed which OsmAnd version are you using? Have you logged in using Oauth2 or old Oauth1.0a? see https://community.openstreetmap.org/t/oauth-1-0a-and-http-basic-auth-shutdown/108490/17 there are intentional occasional brownouts active for old Oauth 1.0a. It is intended that with 1 June 2024 neither old Oauth 1.0a nor login/password will work any anymore. So the username/password workaround that you mention will only work for few more days. Only new Oauth 2.0 will be supported from June 1st onwards, and it requires both new OsmAnd and a re-login (i.e. However, currently OsmAnd Oauth2 login is broken too, see this: #19841 (comment) |
@mnalis osmand 4.7.17. |
Description
Due to deprecation openstreetmap/operations#867 of this methods of authorization we need to remove button Use username and password in login dialog.
ToDo
The text was updated successfully, but these errors were encountered: