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

2 points by cs747 ↗ HN
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

[ 0.17 ms ] story [ 7.0 ms ] thread
Perhaps take a look at auth0 or amazon cognitio.

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

File based access under a Unix with users and groups. Assuming you know or are willing to learn a Unix.