pear / Services_Openstreetmap

Makes communicating with the Open Street Map API, and Nominatim, from PHP intuitive.
https://pear.php.net/package/Services_OpenStreetMap/
BSD 3-Clause "New" or "Revised" License
198 stars 53 forks source link

Urgent: Basic authentication is now disabled in api.openstreetmap.org! #230

Open sascha-hendel opened 5 days ago

sascha-hendel commented 5 days ago

I know, this is the same topic as https://github.com/pear/Services_Openstreetmap/issues/229 (request for OAuth authentification), but now this is not only a feature request anymore. Since yesterday API authentication (and out of this all write operations) are only possible with OAuth2! I'm using your great library since years for enriching OSM with wikidata tags, but now my software plugin fails :( Please give us a note, if You plan to update this library for OAuth.

sascha-hendel commented 3 days ago

Now I have extended my fork of the library for OAuth2 support. I will test the code and invoke a pull request in the next time, if no errors occur...