DEV Community

Discussion on: How are you handling User Authentication?

Collapse
 
therealkevinard profile image
Kevin Ard • Edited

I like rolling my own JWT service. Of course, it's more work - but, like all things, you'll find a better product this way.

If you're greenfield and GQL is on the table, I had an AMAZING experience with Prisma. I went from vacant project dir to production-ready JWT auth in... 5-ish minutes.

Collapse
 
codenutt profile image
Jared

Cool! Been messing around with Prisma lately. May choose that for the next project for sure 👍🏼