Hacker News new | ask | show | jobs
How to manage users?
1 points by tulga 3730 days ago
Hi,

I am developing multi-tenant application. Core service is running well. Now I need to manage users. I can create "users" table and some fields, md5 encryption etc. But is there service for it? I dont want to store users information on my tiny server and manage them.

Thanks,

1 comments

thanks, I am trying auth0.com. it looks good too.