Skip to content

Commit e434d25

Browse files
committed
Add warning to README
1 parent 3167f14 commit e434d25

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
[![Stars](https://img.shields.io/github/stars/auth0/go-jwt-middleware.svg)](https://github.com/auth0/go-jwt-middleware/stargazers)
99
[![Contributors](https://img.shields.io/github/contributors/auth0/go-jwt-middleware)](https://github.com/auth0/go-jwt-middleware/graphs/contributors)
1010

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+
1117
Golang middleware to check and validate [JWTs](jwt.io) in the request and add the valid token contents to the request
1218
context.
1319

@@ -27,7 +33,7 @@ context.
2733
## Installation
2834

2935
```shell
30-
go get github.com/auth0/go-jwt-middleware
36+
go get github.com/auth0/go-jwt-middleware@v2.0.0-beta
3137
```
3238

3339
[[table of contents]](#table-of-contents)

0 commit comments

Comments
 (0)