* golangci-lint: add and apply more stricter linting rules * github: drop security workflow now that we use gosec linter inside golangci-lint * github: use official golangci-lint CI linter * Add editorconfig and gitattributes file
* 🔥 Feature: Add encrypt cookies middleware * Encrypt cookies when error happens * Improve encrypt cookie middleware * Fix errors * Update encryptcookie config doc blocks * Change `SetCookie` to `SetCookieBytesKV` for invalid cookies * Update middleware/encryptcookie/config.go * Update README.md * Remove `GenerateKey` parameter * Update README.md Co-authored-by: hi019 <65871571+hi019@users.noreply.github.com>