Skip to content

Commit ae09b66

Browse files
committed
feat(VER-5669): Add Signer to jwt package
1 parent 017ae98 commit ae09b66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jwt/jwt.go

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ var (
2929
defaultHeader = &jws.Header{Algorithm: "RS256", Typ: "JWT"}
3030
)
3131

32+
type Signer = jws.Signer
33+
3234
// Config is the configuration for using JWT to fetch tokens,
3335
// commonly known as "two-legged OAuth 2.0".
3436
type Config struct {

0 commit comments

Comments
 (0)