DEV Community

Cover image for What is the easiest way to do auth?
Khair Alanam
Khair Alanam

Posted on

What is the easiest way to do auth?

I am learning fullstack development but I always get stuck with authentication. Do you know of any frameworks/ways that makes auth super easy to implement?

Top comments (6)

 
khair_al_anam profile image
Khair Alanam

That's fascinating to see JWTs in scalability of your company. I never knew JWTs would scale that well.

 
khair_al_anam profile image
Khair Alanam

That's awesome! I may as well learn JWTs then. Thanks for your insights!

Collapse
 
khair_al_anam profile image
Khair Alanam

Thank you so much Phil! This is actually pretty insightful!

I currently use Nextjs as the main framework for web development.

I will definitely checkout OAuth! By the way, what's your opinion on JWT?