Last updated 5 years ago
auth: { strategies: { google: { client_id: '...' }, } }
Anywhere in your application logic:
this.$auth.loginWith('google')
💁 This provider is based on and supports all scheme options.
client_id
This option is REQUIRED. To obtain one, create your app in , Create a new project and from Credentials tab, create a new "Oauth Client ID".