Hacker News new | ask | show | jobs
Ask HN: What is the quickest way to implement user management for my SaaS
2 points by cs747 2345 days ago
Implementing user management functionalities such as

- user registration - email/phone number verification - user login - forget username or password - account deletion - etc For SaaS is a common requirement. What are the best ways available today to implement these functionalities quickly without wasting the resources?

2 comments

File based access under a Unix with users and groups. Assuming you know or are willing to learn a Unix.
Perhaps take a look at auth0 or amazon cognitio.

Google will find you lots of usage examples in your language.