make jwt.Parse public

This commit is contained in:
2025-12-18 19:58:21 +02:00
parent a1f6c1ffa9
commit e2b92f8ba1

View File

@@ -6,7 +6,7 @@ import (
"github.com/golang-jwt/jwt/v5" "github.com/golang-jwt/jwt/v5"
) )
func parse( func Parse(
tokenStr string, tokenStr string,
method jwt.SigningMethod, method jwt.SigningMethod,
key any, key any,