You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@danieldegroot2 : I'm not sure if this project is using OAuth 1.0a at all. I see it in some test/ directory only, which appears to be some non-production code?
Switch to OAuth 2 from HTTP Basic Auth and OAuth 1.0a. They are being deprecated.
See openstreetmap/operations#867
Also, use
api.openstreetmap.org/api/
-and HTTPS- instead ofwww.openstreetmap.org/api/*
.(Is: openstreetmap/operations#951)
Note,
api.openstreetmap.org
API url currently can not do OAuth 2 handshake. See openstreetmap/operations#951 (comment)You can split the
www.
base URL andapi.
API url. See osmlab/osm-auth#123 (comment)cc: @fodor0205
Váltás az OAuth 2-re a HTTP Basic Auth-ról és az OAuth 1.0a-ról. Ezek elavultak.
Lásd: openstreetmap/operations#867
Használja az
api.openstreetmap.org/api/
-és a HTTPS-t awww.openstreetmap.org/api/*
helyett.(Is: openstreetmap/operations#951)
Megjegyzés, az
api.openstreetmap.org
API url jelenleg nem képes OAuth 2 handshake-et végrehajtani. Lásd openstreetmap/operations#951 (comment)A
www.
alap URL és azapi.
API url szétválasztható. Lásd osmlab/osm-auth#123 (comment)( Fordítás: deepl.com/translator )
The text was updated successfully, but these errors were encountered: