1
0
Fork 0

Adding support to login via discord oauth.

This commit is contained in:
Henrik Hautakoski 2021-06-30 18:30:34 +02:00
parent 910a8309b7
commit 8fd07c11a8
10 changed files with 112 additions and 0 deletions

View file

@ -17,6 +17,7 @@ class User extends Authenticatable
* @var array
*/
protected $fillable = [
'discord_id',
'username',
'password',
'role'