-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
flutter/packages
#9267Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: google_sign_inThe Google Sign-In pluginThe Google Sign-In pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
Description
Use case
My application requires nonce verification.
In web browser - I can attach "clientid=xxx..&nonce=abcd123..." as query parameter to google auth url .
Google sign in returns "code" -> processing the code returns access token and idToken
So that i can get & verify the nonce value from idToken.
But nonce key is missing in idToken returned from flutter google SignIn. (because there is no way to attach nonce key to GoogleSignIn())
Proposal
Is there any way to add "nonce" value to GoogleSignIn();
DanMossa, bdlukaa, dshukertjr, MatrixDev, diegoveloper and 2 more
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: google_sign_inThe Google Sign-In pluginThe Google Sign-In pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team