make jwt.Parse public
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user