diff --git a/internal/jwt/parse.go b/internal/jwt/parse.go index 78e9a1c..54d4cb0 100644 --- a/internal/jwt/parse.go +++ b/internal/jwt/parse.go @@ -6,7 +6,7 @@ import ( "github.com/golang-jwt/jwt/v5" ) -func parse( +func Parse( tokenStr string, method jwt.SigningMethod, key any,