Discord
Usage
auth: {
strategies: {
discord: {
clientId: '...',
clientSecret: '...'
},
}
}
Anywhere in your application logic:
this.$auth.loginWith('discord')
💁 This provider is based on oauth2 scheme and supports all scheme options.
clientId
and clientSecret
Obtaining This option is REQUIRED. To obtain one, create your app in Create a new Oauth APP and use provided "Client ID" and "Client Secret".