mirror of
https://gitee.com/ctexthuang/hyperf_rbac_framework_server_ctexthuang.git
synced 2025-12-25 15:57:50 +08:00
fix : update path And request
This commit is contained in:
10
app/Common/Interface/CheckTokenInterface.php
Normal file
10
app/Common/Interface/CheckTokenInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Common\Interface;
|
||||
|
||||
use Lcobucci\JWT\UnencryptedToken;
|
||||
|
||||
interface CheckTokenInterface
|
||||
{
|
||||
public function checkJwt(UnencryptedToken $token): void;
|
||||
}
|
||||
Reference in New Issue
Block a user