App crashes after sign-in with Google
Open
- Dominant language
- Swift
- Stars
- 448
- Forks
- 247
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 5
Description
For at least one user using AppAuth iOS with Google as the IdP, an exception is being raised when extracting the ID Token.
It appears decodeData is unexpectedly nil:
`NSData *decodedData = [[NSData alloc] initWithBase64EncodedString:body options:0];`
decodedData is nil
https://github.com/google/GTMAppAuth/blob/2eb382fd62c727026e3816db51e6c6da4105ebb5/Source/GTMAppAuthFetcherAuthorization.m#L238-L268
Contributor guide
Assessment
This issue has not been assessed yet.