make jwt.Parse public
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"github.com/golang-jwt/jwt/v5"
|
||||
)
|
||||
|
||||
func parse(
|
||||
func Parse(
|
||||
tokenStr string,
|
||||
method jwt.SigningMethod,
|
||||
key any,
|
||||
|
||||
Reference in New Issue
Block a user