- Notifications
You must be signed in to change notification settings - Fork 1.6k
Add OIDC nonce support#4183
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
Add OIDC nonce support #4183
Conversation
Resubmit #4071 |
* Update versions for Release 6.12.0 * Update versions for Release 6.12.0 - Firestore * Update versions for Release 6.12.0 * Update CHANGELOG for Firestore v1.7.0 (#4195) * FirebaseCore version bump to 6.3.3 (#4213) * Release manifst updated. (#4219) * Revert "Add OIDC nonce support (#4183)" (#4220) (#4222) This reverts commit ffe4a3a. * Revert Auth podspec version bump. (#4232) * Release manifest - Auth removed (#4233) * 6.12.0: Firebase.podspec FirebaseAuth pod version reverted, cherry-pick #4231 (#4234) * Firebase.podspec - revert Auth * check_whitespaces.sh: ignore notices. (#4231) * Remove unnecessary NOTICES file (#4242)
@@ -108,6 +120,7 @@ - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder { | |||
- (void)encodeWithCoder:(NSCoder *)aCoder { | |||
[aCoder encodeObject:self.IDToken forKey:@"IDToken"]; | |||
[aCoder encodeObject:self.IDToken forKey:@"rawNonce"]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be self.rawNonce
instead of self.IDToken
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Fixed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, but where was it fixed? (I can't wait to use this!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Michael, may I know how serious this bug is in your case? It helps us better understanding our developers. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't used this yet, I was looking through the code because I plan to use this feature in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fix will be in the next release. For now, the feature should be good enough to use.
No description provided.