[token refresh] Compatibility with python “idan/oauthlib”#167
[token refresh] Compatibility with python “idan/oauthlib”#167dodikk wants to merge 23 commits intonxtbgthng:developfrom
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 :