We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ce678 commit 3d452cdCopy full SHA for 3d452cd
auth0.go
@@ -73,7 +73,7 @@ func Auth0WithConfig(config Auth0Config) echo.MiddlewareFunc {
73
provider.KeyFunc,
74
validator.SignatureAlgorithm(config.SignatureAlgorithm),
75
issuerURL.String(),
76
- []string{"<your api identifier>"},
+ config.Audience,
77
)
78
if err != nil {
79
log.Fatalf("failed to set up the validator: %v", err)
0 commit comments