OultimoCoder / cloudflare-planetscale-hono-boilerplate

A boilerplate for building production-ready RESTful APIs using Cloudflare, Hono, and Planetscale
MIT License
160 stars 19 forks source link

Don't allow user to call methods blocked bt JWT auth without verifying their email first #9

Closed OultimoCoder closed 1 year ago

OultimoCoder commented 1 year ago

This will prevent accounts being able to have full access with invalid emails. Reduces spam

OultimoCoder commented 1 year ago

Fixed in https://github.com/OultimoCoder/cloudflare-planetscale-hono-boilerplate/releases/tag/v1.1.0