[HN Gopher] Ask HN: How are you implementing membership/auth for...
___________________________________________________________________
Ask HN: How are you implementing membership/auth for your SaaS or
other project?
I have a side project that will involve subscriptions. I would like
to offload as much of the db/code overhead that comes with
membership data, auth, payment processing, etc, as possible,
without paying enterprise-level fees. I thought about having a
Squarespace site and just integrating my backend API, but I'm
thinking my application will be just complex enough to prohibit
that approach. What is everyone using, and what small-scale third
party membership integrations do you suggest? Any feedback
appreciated.
Author : furrowedbrow
Score : 8 points
Date : 2021-04-16 20:44 UTC (1 hours ago)
| brendanmc6 wrote:
| Firebase Auth is my go-to, but I don't consider myself an expert
| as I only work with TypeScript and React/Nextjs. I still have to
| do some hands on work managing the user session, and relating
| users to other related records in Firestore. And their prebuilt
| UI components can be problematic. And of course I have to keep
| user data in sync with payment state by handling Stripe events.
|
| I'd love to find something even more hands-off for my next
| project...
| e2e4 wrote:
| Firebase for the auth
| mimixco wrote:
| We use Chargify for handling subscription signups and taking
| money. It connects with Auth0 for our user authentication and
| management. They're both inexpensive and you can set them up by
| yourself.
| readonthegoapp wrote:
| Laravel spark is something im using but not actively charging for
|
| You need customers for that
___________________________________________________________________
(page generated 2021-04-16 22:02 UTC)