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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ Options are passed into `jwtmiddleware.New` after validation provider and use th
174
174
175
175
### `jwtmiddleware.Handler*`
176
176
Both `jwtmiddleware.HandlerWithNext` and `jwtmiddleware.Handler` have been dropped.
177
-
You can use [jwtmiddleware.CheckJWT](https://pkg.go.dev/github.com/auth0/go-jwt-middleware#CheckJWT) instead which takes in an `http.Handler` and returns an `http.Handler`.
177
+
You can use [jwtmiddleware.CheckJWT](https://pkg.go.dev/github.com/auth0/go-jwt-middleware#JWTMiddleware.CheckJWT) instead which takes in an `http.Handler` and returns an `http.Handler`.
178
178
179
179
### `jwtmiddleware.CheckJWT`
180
180
This function has been reworked to be the main middleware handler piece and so we've dropped the functionality of it returning and error.
0 commit comments