feat: RBAC 基本完成
This commit is contained in:
+2
-1
@@ -2,10 +2,11 @@ package utils
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/golang-jwt/jwt/v5"
|
||||
"sundynix-go/global"
|
||||
"sundynix-go/model/system/request"
|
||||
"time"
|
||||
|
||||
"github.com/golang-jwt/jwt/v5"
|
||||
)
|
||||
|
||||
type JWT struct {
|
||||
|
||||
Reference in New Issue
Block a user