1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 18:37:05 +00:00

enhanced cookie security and management

Former-commit-id: a97b0b33e87749a2e8c32e63269fcc60fa326ff3
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-05-09 14:04:51 +03:00
parent d5f1649895
commit 50b18c7515
18 changed files with 490 additions and 466 deletions

View File

@@ -10,7 +10,7 @@ import (
"github.com/kataras/iris/v12"
// $ go get github.com/go-playground/validator/v10
// $ go get github.com/go-playground/validator/v10@latest
"github.com/go-playground/validator/v10"
)