phanan / vue-google-signin-button

🔐 A simple Vue plugin to include a Google sign-in button into your web app.
293 stars 48 forks source link

How to request additional permissions #27

Closed lyingfromyou closed 5 years ago

lyingfromyou commented 5 years ago

How to request additional permissions

unikapps commented 5 years ago

Add scope to googleSignInParams, Example:

googleSignInParams: {
    client_id: 'YOUR_APP_CLIENT_ID.apps.googleusercontent.com'
    scope: 'profile email'
}