Skip to content

Commit

Permalink
fix: update allowed issuer for token validation
Browse files Browse the repository at this point in the history
  • Loading branch information
patdowney committed Oct 29, 2024
1 parent b0d4122 commit b5ba1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func FlyValidator() (jwt.TokenValidator, error) {
config := []oidc.ValidatorConfig{
{
EndpointConfig: oidc.EndpointConfig{
URL: "https://oidc.fly.io/personal",
URL: "https://oidc.fly.io/pat-downey",
},
Audiences: []string{"account"},
},
Expand Down

0 comments on commit b5ba1d1

Please sign in to comment.