1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-15 23:54:17 +02:00

Add some features

Add terminal
Improve single user management function
This commit is contained in:
link
2021-10-27 17:27:46 +08:00
parent 7191735737
commit d7d53d639b
32 changed files with 5205 additions and 3042 deletions

View File

@ -2,11 +2,12 @@ package jwt
import (
"fmt"
"net/http"
"github.com/IceWhaleTech/CasaOS/model"
loger2 "github.com/IceWhaleTech/CasaOS/pkg/utils/loger"
oasis_err2 "github.com/IceWhaleTech/CasaOS/pkg/utils/oasis_err"
"github.com/gin-gonic/gin"
"net/http"
)
func JWT(swagHandler gin.HandlerFunc) gin.HandlerFunc {