mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-13 15:09:59 -05:00
use jwx v2 (#73)
This commit is contained in:
parent
137d669fb7
commit
84b5aa8ecb
5 changed files with 64 additions and 86 deletions
6
go.mod
6
go.mod
|
|
@ -1,8 +1,8 @@
|
|||
module github.com/go-chi/jwtauth/v5
|
||||
|
||||
go 1.15
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/go-chi/chi/v5 v5.0.4
|
||||
github.com/lestrrat-go/jwx v1.2.6
|
||||
github.com/go-chi/chi/v5 v5.0.7
|
||||
github.com/lestrrat-go/jwx/v2 v2.0.6
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue