-
Notifications
You must be signed in to change notification settings - Fork 53
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
Oauth 2.0? #229
Comments
Hi dddesign, forked the library and extended code to support OAuth2. Two files are changed: The routines to obtain OAuth2 authorization code and in second step the token are not included. Therefore You need to use an OAuth2 library or write your own code. Hope this helps. My patched library files are in testing stage. If You find an error, please give me a note. I will invoke a pull request to the master branch if things work well after a while. |
thanks, working great! |
is oauth 2.0 supported? if so, can someone give me an example code?
if not, this would be very important!!!
check here:
Please note the Future deprecation of HTTP Basic Auth and OAuth 1.0a announcement: https://www.openstreetmap.org/user/pnorman/diary/401157
March 1st, 2024: New OAuth 1.0a application registrations are disabled. Existing applications will not be impacted. HTTP Basic Auth will not be impacted.
May 1st, 2024: Sysadmins will start brownouts to find applications that are still using OAuth 1.0a or HTTP Basic Auth
June 1st, 2024: OAuth 1.0a and HTTP Basic Auth will be shut down.
https://community.openstreetmap.org/t/oauth-1-0a-and-http-basic-auth-shutdown/108490
The text was updated successfully, but these errors were encountered: