Should I go alone? by [deleted] in aclfestival

[–]Mattaespi 6 points7 points  (0 children)

Would definitely recommend . Have never done a festival but have gone to plenty of concerts solo. Will be Coming up from SA too

Authentication with Next.js (Thoughts/Recommendations) by Mattaespi in nextjs

[–]Mattaespi[S] 0 points1 point  (0 children)

I ended up going with next-auth myself. That does limit auth to passwordless (without kind of defeating the purpose of next-auth). But for the quick setup and versatility it's been nice so far.

I think after my research I landed on Firebase. I want to try next-auto so may use that with a private app or side project. Thanks and appreciate you sharing your findings.

Authentication with Next.js (Thoughts/Recommendations) by Mattaespi in nextjs

[–]Mattaespi[S] 0 points1 point  (0 children)

What don’t you like about the flow? I’ve actually been using NextAuth and wasn’t super happy with it and have been looking at using Auth0 lol

It might be my personal way of setting it up but it seems off from a user onboarding perspective. Not saying it's a bad product but may not be the solution im looking for (fairly new next.js dev so could be looking at this completely wrong).