Live data from Hacker News

How to manage users?

news.ycombinator.com

1–4 of 4 posts

How to manage users?

#1
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,

Re: How to manage users?

#4

Here is some services might be useful for you. - https://aws.amazon.com/cognito/ (not sure) - https://stormpath.com/ - http://janrain.com/ - https://www.userapp.io/ - https://www.onelogin.com

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