DEV Community

Discussion on: What's the easiest way to put authentication into a website

Collapse
 
hamzaop profile image
Hamza

I think using Meteor to do authentication is overkill, express and passport are great, especially for learning how things work, but I think the most effective way is not reinventing the wheel, Auth0 does the job perfectly.

Collapse
 
ben profile image
Ben Halpern

That might be true but it's worth knowing about it that makes picking Meteor as a general solution more appealing.

Thread Thread
 
hamzaop profile image
Hamza

I totally agree with you on that.