go-don icon indicating copy to clipboard operation
go-don copied to clipboard

Middleware

Open abemedia opened this issue 1 year ago • 0 comments

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)

abemedia avatar May 14 '23 18:05 abemedia