hotosm / osm-export-tool

Web service to download customised OSM data in various file formats
http://export.hotosm.org/
BSD 3-Clause "New" or "Revised" License
145 stars 46 forks source link

Move from OAuth 1.0a to OAuth 2.0 #513

Closed pnorman closed 8 months ago

pnorman commented 1 year ago

OSM's OAuth 1.0a is in the process of being deprecated, as discussed at https://github.com/openstreetmap/operations/issues/867. No timeline has been set, but we do not expect to shut off OAuth 1.0a this year. It would be good to move to OAuth 2.0 well before this time.

danieldegroot2 commented 12 months ago

Also, "using OAuth 1" text in API.js and "OAuth" in setup-development.md should be replaced with "using OAuth 2".

mmd-osm commented 9 months ago

Important update: Operations Working Group has published timelines for sunsetting OAuth 1.0a: https://community.openstreetmap.org/t/oauth-1-0a-and-http-basic-auth-shutdown/108490

Relevant upstream issue: https://github.com/python-social-auth/social-core/issues/758

kshitijrajsharma commented 8 months ago

Hi ! Thanks for this ! I will work on this as top priority this month !

kshitijrajsharma commented 8 months ago

PR is up : I will wait for new version of social core before merging ! cc : @pnorman @mmd-osm