File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ <a name =" v2.1.0 " ></a >
4
+ ## [ v2.1.0] ( https://github.com/auth0/go-jwt-middleware/tree/v2.1.0 ) (2022-11-02)
5
+
6
+ [ Full Changelog] ( https://github.com/auth0/go-jwt-middleware/compare/v2.0.1...v2.1.0 )
7
+
8
+ ### Added
9
+
10
+ * Allow setting a custom ` http.Client ` on the ` jwks.Provider ` ([ #151 ] ( https://github.com/auth0/go-jwt-middleware/pull/146 ) )
11
+ * Add example tests ([ #157 ] ( https://github.com/auth0/go-jwt-middleware/pull/157 ) )
12
+ * Add example for the ` gin ` web framework ([ #175 ] ( https://github.com/auth0/go-jwt-middleware/pull/175 ) )
13
+
14
+ ### Fixed
15
+
16
+ * Fix ` CookieTokenExtractor ` to not throw error when no cookie present ([ #172 ] ( https://github.com/auth0/go-jwt-middleware/pull/172 ) )
17
+ * Fix panic threat when using type-cast for ` customClaims ` in ` validator ` ([ #165 ] ( https://github.com/auth0/go-jwt-middleware/pull/165 ) )
18
+ * Fix authentication error when setting multiple audiences on ` validator ` ([ #176 ] ( https://github.com/auth0/go-jwt-middleware/pull/176 ) )
19
+
20
+
3
21
<a name =" v2.0.1 " ></a >
4
22
## [ v2.0.1] ( https://github.com/auth0/go-jwt-middleware/tree/v2.0.1 ) (2022-03-21)
5
23
You can’t perform that action at this time.
0 commit comments