some small changes, and add send, send_error, throw_error and some field

This commit is contained in:
2025-08-09 10:41:50 +03:00
parent 811403a0a2
commit 2ceb236a53
4 changed files with 160 additions and 51 deletions

View File

@@ -4,7 +4,7 @@ import (
"log/slog"
"time"
"github.com/golang-jwt/jwt"
"github.com/golang-jwt/jwt/v5"
lua "github.com/yuin/gopher-lua"
)