stage 1 of oauth removal, switch to sanctum pat tokens
This commit is contained in:
@@ -34,6 +34,7 @@ class UserFactory extends Factory
|
||||
'email' => $this->faker->unique()->safeEmail(),
|
||||
'address' => $this->faker->streetAddress(),
|
||||
'phone' => $this->faker->phoneNumber(),
|
||||
'role' => 'user', // Regular users have 'user' role
|
||||
'email_verified_at' => now(),
|
||||
'password' => static::$password ??= Hash::make('password'),
|
||||
'remember_token' => Str::random(10),
|
||||
|
||||
Reference in New Issue
Block a user