Hacker News new | ask | show | jobs
by callmekatootie 1405 days ago
I have always wondered how does one go about restricting user actions based on which pricing plan they have selected? Do they have to code it manually or is there a SaaS / library that does the job?
1 comments

I coded it manually as the business logic is so Data Fetcher specific I don't think a library would help much. This blog post does an amazing job of explaining the approach you need: https://blog.checklyhq.com/building-a-multi-tenant-saas-data...
Cool to see that post pop up (I'm the author). Glad it helped!
Excellent write up. Do you recommend any books or blogs that talk technical stuff equivalent to this, directed towards the Saas domain in general?