go-don
go-don copied to clipboard
Middleware
Depends on
- #134
Middleware should have the same signature as handlers.
Create middleware packages for common use-cases.
- [ ] Logger
- [ ] BasicAuth
- [ ] CORS
- [ ] JWT
- [ ] RateLimit
- [ ] Recaptcha (https://github.com/optimusmine/optimusmine/blob/master/api/common/recaptcha/recaptcha.go)
- [ ] Sentry (https://github.com/getsentry/sentry-go)