-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix google validation id_token (#509)
- Loading branch information
1 parent
400e106
commit 8b7fc85
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8b7fc85
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.
Line 157 is only executed if an access token is given, which corresponds to "Case 1" above. In that case, however, token is a string holding the access token and id_token is usually empty. Is this the correct behavior? It appears to me that the previous form was correct.