Giancarlo Buomprisco

Maker of things, blogger of articles, drinker of coffees

Writing an article about Next.js middleware functions

Giancarlo Buomprisco Author

Link https://giancarlobuomprisco.com/next/middleware-pipes-nextjs

0 Likes

Protect and Validate API endpoints with Zod

Mostly to show as a best practice for people purchasing the boilerplate - will strong-type and validate all the endpoints of the starter with Zod, which is a fantastic library

Add Password Reset flow

Allow users to reset their password if they signed up with their email. :)

Adding Stripe Billing Portal

Adding the portal for managing subscriptions, and the webhooks to update the records in the DB
Giancarlo Buomprisco Author

This was fun. Stripe is mind-blowing.

0 Likes

Adding Stripe subscriptions

LOL should have phrased it differently. No way I could get it done in a day's work. Despite Stripe being just incredible.

But happy so far! The hardest part is writing the documentation as I set things up.

Now on to the billing portal!

Will work on my product. Need to refactor the versioning architecture to allow a vital feature