HACKER Q&A
📣 cs747

What is the quickest way to implement user management for my SaaS


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?


  👤 brudgers Accepted Answer ✓
File based access under a Unix with users and groups. Assuming you know or are willing to learn a Unix.

👤 phynax
Perhaps take a look at auth0 or amazon cognitio.

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