-
Notifications
You must be signed in to change notification settings - Fork 779
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
Expose a useNonce parameter on initWithConfiguration to make nonce nullable. #283
Conversation
Codecov Report
@@ Coverage Diff @@
## master #283 +/- ##
=========================================
Coverage ? 73.52%
=========================================
Files ? 58
Lines ? 4933
Branches ? 0
=========================================
Hits ? 3627
Misses ? 1306
Partials ? 0
Continue to review full report at Codecov.
|
I don't think this is needed. We already support not sending nonce. You can pass AppAuth-iOS/Source/OIDAuthorizationRequest.h Lines 183 to 216 in b4ca39a
Nonce is not added if nil: AppAuth-iOS/Source/OIDAuthorizationRequest.m Lines 319 to 321 in b4ca39a
|
Implement the solution described in #282