-
Best auth provider for a Next.js project? Repo is here if that helps: https://github.com/playfantasydraw/ably-nextjs-starter-kit
Project also uses Ably and is deployed on Vercel.
I have a good amount in Azure credits so if there's a good Azure solution, that would be cool.
With the db, each logged in user should be able to have more than one unique entry in the contest.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Not sure about Azure ecosystem but huge fan of https://clerk.com/.
Trying out https://stack-auth.com/ which just launched on HN, mostly out of OSS solidarity
-
nextjs-subscription-payments
Clone, deploy, and fully customize a SaaS subscription application with Next.js.
Supabase I set up an authentication with, it was pretty straightforward. I was following this: https://github.com/vercel/nextjs-subscription-payments?tab=r...
Do you have suggestions for once users are logged in, for them to be able to submit a selection?
The most complicated use case is, each user can purchase multiple entries to a fantasy football contest. And then each week, each user should be able to submit their pick for each entry. The players available for selection each week differ per entry.
The most basic use case is, users login and get authenticated, and then on the Account page (which is included in the above linked repo), users can submit their picks manually, through like a Google Form.
Related posts
-
Comparison of the middleware implementation between Supabase Auth documentation and the nextjs-stripe-supabase.
-
Next.js-Supabase Stripe Subscriptions Integration
-
Supabase Auth now supports Anonymous Sign-ins
-
Supabase – General Availability Week
-
Differentiating stripe test products from stripe live products in supabase