We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017ae98 commit ae09b66Copy full SHA for ae09b66
jwt/jwt.go
@@ -29,6 +29,8 @@ var (
29
defaultHeader = &jws.Header{Algorithm: "RS256", Typ: "JWT"}
30
)
31
32
+type Signer = jws.Signer
33
+
34
// Config is the configuration for using JWT to fetch tokens,
35
// commonly known as "two-legged OAuth 2.0".
36
type Config struct {
0 commit comments