testing
This commit is contained in:
@@ -61,6 +61,11 @@ class JwtService
|
||||
return $user->user_jwt;
|
||||
}
|
||||
|
||||
public function forceRefresh(User $user): string
|
||||
{
|
||||
return $this->issue($user);
|
||||
}
|
||||
|
||||
public function decode(string $token): object
|
||||
{
|
||||
$secret = config('jwt.secret');
|
||||
|
||||
Reference in New Issue
Block a user