google / google/GTMAppAuth

App crashes after sign-in with Google

Open
#70 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.