Categorygithub.com/zerogo-hub/zero-api-middleware
repository
0.22.6
Repository: https://github.com/zerogo-hub/zero-api-middleware.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

zero-api-middleware

名称作用
auth基本认证,摘要认证
bodylimit限制请求体大小
casbin访问控制(未实现)
cors跨域控制
csrf跨站请求伪造防御
jwtjwt 验证
limiter限流,全局
logger请求日志
must-param必要参数检查
newrelic监控
nonce随机参数 nonce 重复检查
opentracing追踪
sign签名验证
throttle限流,默认指定每一个 ip 的每一个请求
timestamp时间戳检查,与当前时间不得相差太多