DEV Community

Discussion on: How Do You Authenticate Your Users?

Collapse
 
danroc profile image
Daniel da Rocha

Firebase in earlier projects, Auth0 currently.
Both very similar and easy to implement. Get Auth out of the way and focus on other important things.

Collapse
 
polluterofminds profile image
Justin Hunter

That's the thing, right? When I was first learning how to code, nothing talked about auth and I'd get to the point where I felt comfortable only to realize I had no way of authenticating and segmenting users. So, now, choosing the easiest path makes the most sense.