Skip to content

Commit

Permalink
Update auth0.go
Browse files Browse the repository at this point in the history
  • Loading branch information
satishbabariya authored Apr 8, 2022
1 parent f2ce678 commit 3d452cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth0.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func Auth0WithConfig(config Auth0Config) echo.MiddlewareFunc {
provider.KeyFunc,
validator.SignatureAlgorithm(config.SignatureAlgorithm),
issuerURL.String(),
[]string{"<your api identifier>"},
config.Audience,
)
if err != nil {
log.Fatalf("failed to set up the validator: %v", err)
Expand Down

0 comments on commit 3d452cd

Please sign in to comment.