Prevent users without Stripe subscription from hitting API endpoints
I want to ensure users can't hit certain API endpoints without an active Stripe subscription.
Is there a better way than checking the subscription table on each request in middleware?
0 Replies