Replace `===` with `crypto.subtle.timingSafeEqual` in https://github.com/Sh4yy/cloudflare-email/blob/main/src/middlewares/auth.ts#L16 to prevent timing attacks. Example: https://developers.cloudflare.com/workers/examples/protect-against-timing-attacks/