mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(jwt): replace deprecated gorilla/securecookie [EE-5153] (#9247)
This commit is contained in:
parent
4a90b8a3f7
commit
ca617e2ac9
7 changed files with 22 additions and 20 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
"github.com/portainer/portainer/api/dataservices"
|
||||
|
||||
"github.com/golang-jwt/jwt/v4"
|
||||
"github.com/gorilla/securecookie"
|
||||
"github.com/portainer/portainer/api/internal/securecookie"
|
||||
"github.com/rs/zerolog/log"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue