mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-11 13:47:41 -05:00
v5.0.0
This commit is contained in:
parent
52c0aa2d7c
commit
9448513887
5 changed files with 17 additions and 11 deletions
|
|
@ -62,8 +62,8 @@ import (
|
|||
"fmt"
|
||||
"net/http"
|
||||
|
||||
"github.com/go-chi/chi"
|
||||
"github.com/go-chi/jwtauth"
|
||||
"github.com/go-chi/chi/v5"
|
||||
"github.com/go-chi/jwtauth/v5"
|
||||
)
|
||||
|
||||
var tokenAuth *jwtauth.JWTAuth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue