added new Socialite example to fit in with existing code.

This commit is contained in:
2026-02-21 15:48:48 -06:00
parent 3444174d6e
commit cd247a22b5
7 changed files with 181 additions and 25 deletions

View File

@@ -18,9 +18,11 @@ class User extends Authenticatable
* @var list<string>
*/
protected $fillable = [
'name',
'character_id',
'character_name',
'email',
'password',
'character_owner_hash',
];
/**