billychen0894 / florist-ecommerce-app

Florist eCommerce App built with Next.js 14
https://florist-ecommerce-app.vercel.app
0 stars 0 forks source link

Feat/auth: update email update implementation in db after email is verified #37

Closed billychen0894 closed 1 year ago

billychen0894 commented 1 year ago

As before, the PUT users api is called to update user email. However, since the PUT users api has been set to require bearer token. The email verification process has to be extracted by using another api endpoint called PUT email.