mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-13 11:42:46 -05:00
Switch to github.com/lestrrat-go/jwx underlying jwt library (#52)
This commit is contained in:
parent
02fa0c511c
commit
b8af768272
8 changed files with 200 additions and 148 deletions
2
go.mod
2
go.mod
|
|
@ -3,6 +3,6 @@ module github.com/go-chi/jwtauth
|
|||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||||
github.com/go-chi/chi v1.5.1
|
||||
github.com/lestrrat-go/jwx v1.0.6-0.20201127121120-26218808f029
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue