-
Notifications
You must be signed in to change notification settings - Fork 216
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
[token refresh] Compatibility with python “idan/oauthlib” #167
base: develop
Are you sure you want to change the base?
[token refresh] Compatibility with python “idan/oauthlib” #167
Conversation
To make physical structure match the framework layout
Fixed dangling pointers by nullifying delegates in dealloc() function
This reverts commit b3bcd2b.
Compatibility with python “idan/oauthlib” https://oauthlib.readthedocs.org/en/latest/ https://oauthlib.readthedocs.org/en/latest/
When will this be merged? I really need the token refresh to be working correctly! |
Sorry for the late response. This is quite a big PR. Do you think you could just extract one for the refresh token fix?
|
@bmctigue you can take a look at the patched repo where I've implemented a fix. https://github.com/healthjoy-ios-opensource/OAuth2Client |
@toto , the mentioned changes start from the commit below healthjoy-ios-opensource@767eada |
Isn't it private stuff that should not be touched by the end user? What's wrong about rarely changed own headers in *.pch ?
Yoda statements are safer and help to avoid
Come on. Does it all really matter? Are you serious about rejecting the patch due to minor code style incompatibilities? |
Nope, not rejecting the patch, just trying to keep the code style consistent. Good point regarding the code style in the docs. I will add that. |
Done. #174 |
Library site : https://oauthlib.readthedocs.org/en/latest/
Fixed issues :