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

Fix unlinking last login method #6

Closed OultimoCoder closed 1 year ago

OultimoCoder commented 1 year ago

Currently, allows you to unlink last login method because we aren't filtering on user id in the query

OultimoCoder commented 1 year ago

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