Hi team,
I noticed that the current mint_token implementation is unencrypted and unauthenticated. This makes the tokens easily forgeable by attackers and exposes client IPs in plaintext.
Due to these security risks, this feature essentially cannot be enabled in real-world production environments (such as Cloudflare's own live websites).
Could you share your considerations regarding this design? Are there plans to provide a secure, production-ready implementation in the future?
Thanks!