File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 8
8
[ ![ Stars] ( https://img.shields.io/github/stars/auth0/go-jwt-middleware.svg )] ( https://github.com/auth0/go-jwt-middleware/stargazers )
9
9
[ ![ Contributors] ( https://img.shields.io/github/contributors/auth0/go-jwt-middleware )] ( https://github.com/auth0/go-jwt-middleware/graphs/contributors )
10
10
11
+ ** WARNING** : This branch is a major _ BETA_ release that includes breaking changes and thus not production ready - use at your
12
+ own risk. Please see [ MIGRATION_GUIDE] ( MIGRATION_GUIDE.md ) before upgrading. This release will require changes to your
13
+ application.
14
+
15
+ ---
16
+
11
17
Golang middleware to check and validate [ JWTs] ( jwt.io ) in the request and add the valid token contents to the request
12
18
context.
13
19
@@ -27,7 +33,7 @@ context.
27
33
## Installation
28
34
29
35
``` shell
30
- go get github.com/auth0/go-jwt-middleware
36
+ go get github.com/auth0/go-jwt-middleware@v2.0.0-beta
31
37
```
32
38
33
39
[[ table of contents]] ( #table-of-contents )
You can’t perform that action at this time.
0 commit comments