Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auth0/go-jwt-middleware
/ functions
Functions
744 in github.com/auth0/go-jwt-middleware
⨍
Functions
744
◇
Types & classes
102
Method
Validate
(context.Context)
validator/validator_test.go:23
Method
Validate
Validate implements validator.CustomClaims.
examples/http-dpop-trusted-proxy/main.go:27
Method
Validate
Validate implements validator.CustomClaims.
examples/http-dpop-disabled/main.go:26
Method
Validate
Validate errors out if any custom claims are invalid
examples/iris-example/custom_claims.go:16
Method
Validate
Validate errors out if `ShouldReject` is true.
examples/gin-example/custom_claims.go:16
Method
Validate
Validate errors out if `ShouldReject` is true.
examples/http-example/main.go:29
Method
Validate
Validate errors out if `ShouldReject` is true.
examples/echo-example/custom_claims.go:16
Method
Validate
Validate implements validator.CustomClaims.
examples/http-dpop-example/main.go:27
Method
Validate
Validate implements validator.CustomClaims.
examples/http-dpop-required/main.go:26
Method
ValidateDPoPProof
(ctx context.Context, proof string)
core/dpop_test.go:27
Method
ValidateDPoPProof
(ctx context.Context, proof string)
core/core_test.go:25
Method
ValidateDPoPProof
(ctx context.Context, proofString string)
integrations/grpc/option.go:33
Method
ValidateToken
(ctx context.Context, token string)
core/dpop_test.go:20
Method
ValidateToken
(ctx context.Context, token string)
core/core_test.go:18
Method
ValidateToken
ValidateToken validates the passed in JWT. This method is optimized for performance and abstracts the underlying JWT library. Security: The issuer is
validator/validator.go:196
Method
ValidateToken
(ctx context.Context, token string)
integrations/grpc/option.go:29
Method
Warn
(msg string, args ...any)
middleware.go:43
Method
Warn
(msg string, args ...any)
option_test.go:800
Method
Warn
(msg string, args ...any)
core/core.go:24
Method
Warn
(msg string, args ...any)
core/core_test.go:53
Method
Warn
(msg string, args ...any)
integrations/grpc/interceptor_test.go:810
Function
WithMultiIssuerStrictJWKSURIOrigin
WithMultiIssuerStrictJWKSURIOrigin enables strict validation that the jwks_uri returned by OIDC discovery shares the same scheme and host as the issue
jwks/option.go:225
Function
_Greeter_HealthCheck_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
examples/grpc-example/proto/greeter_grpc.pb.go:109
Function
_Greeter_SayHello_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
examples/grpc-example/proto/greeter_grpc.pb.go:91
Function
checkJWT
checkJWT is an echo.HandlerFunc middleware that will check the validity of our JWT.
examples/echo-example/middleware.go:33
Function
init
()
integrations/grpc/interceptor_test.go:55
Function
init
()
examples/grpc-example/proto/greeter.pb.go:278
Function
main
()
examples/http-dpop-trusted-proxy/main.go:159
Function
main
()
examples/http-dpop-disabled/main.go:57
Function
main
()
examples/http-multi-issuer-example/main.go:79
Function
main
()
examples/grpc-example/client/main.go:38
Function
main
()
examples/grpc-example/server/main.go:56
Function
main
()
examples/iris-example/main.go:84
Function
main
()
examples/http-dynamic-issuer-example/main.go:205
Function
main
()
examples/gin-example/main.go:85
Function
main
()
examples/http-example/main.go:100
Function
main
()
examples/echo-example/main.go:85
Function
main
()
examples/http-dpop-example/main.go:121
Function
main
()
examples/http-dpop-required/main.go:64
Function
main
()
examples/http-jwks-example/main.go:77
Function
main
()
examples/http-multi-issuer-redis-example/main.go:174
Method
mustEmbedUnimplementedGreeterServer
()
examples/grpc-example/proto/greeter_grpc.pb.go:65
Method
mustEmbedUnimplementedGreeterServer
()
examples/grpc-example/proto/greeter_grpc.pb.go:78
Method
mustEmbedUnimplementedGreeterServer
()
examples/grpc-example/proto/greeter_grpc.pb.go:84
← previous
701–744 of 744, ranked by callers