You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Incorrect API key -> 401 Invalid or expired API Key
74
+
# Incorrect API key -> 401 Missing or invalid API Key
75
75
curl --cookie "access_token=Clearly A Wrong Key" http://localhost:3000
76
-
#> Invalid or expired API Key
76
+
#> Missing or invalid API Key
77
77
```
78
78
79
79
For a more detailed example, see also the [`github.com/gofiber/recipes`](https://github.com/gofiber/recipes) repository and specifically the `fiber-envoy-extauthz` repository and the [`keyauth example`](https://github.com/gofiber/recipes/blob/master/fiber-envoy-extauthz/authz/main.go) code.
0 commit comments