Adding support to login via discord oauth.
This commit is contained in:
parent
910a8309b7
commit
8fd07c11a8
10 changed files with 112 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ class User extends Authenticatable
|
|||
* @var array
|
||||
*/
|
||||
protected $fillable = [
|
||||
'discord_id',
|
||||
'username',
|
||||
'password',
|
||||
'role'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue