Last updated 5 years ago
auth: { strategies: { github: { client_id: '...', client_secret: '...' }, } }
Anywhere in your application logic:
this.$auth.loginWith('github')
💁 This provider is based on and supports all scheme options.
client_id
client_secret
This option is REQUIRED. To obtain one, create your app in and use provided "Client ID" and "Client Secret".