This website requires JavaScript.
Explore
Help
Sign In
mirror
/
jwt
mirror of
https://github.com/golang-jwt/jwt.git
Watch
1
Star
0
Fork
You've already forked jwt
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eedf3ebe01
jwt
/
go.mod
4 lines
45 B
Modula-2
Raw
Normal View
History
Unescape
Escape
Starting `v5` development This commit serves as the basis for further `v5` developments. It will introduce some API-breaking changes, especially to the way tokens are validated. This will allow us to provide some long-wanted features with regards to the validation API. We are aiming to do this as smoothly as possible, however, with any major version. please expect that you might need to adapt your code. The actual development will be done in the course of the next week, if time permits. It will be done in seperate PRs that will use this PR as a base. Afterwards, we will probably merge this and release an initial 5.0.0-alpha1 or similar.
2022-08-27 12:36:37 +03:00
module
github
.
com
/
golang
-
jwt
/
jwt
/
v5
Adds go module support /v4 (#41) Additionally, added `staticcheck` for basic static code analysis (#44) Co-authored-by: Christian Banse <oxisto@aybaze.com>
2021-08-03 16:51:01 +03:00
Add go1.18 to ci pipeline (#173)
2022-03-18 14:15:45 +03:00
go
1.16