Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What 'Login as a service' services are there? [closed]

I'm looking for a cloud solution to login management. Basically, I want it to be just a login system. No concept of levels or permissions or anything.

I imagine it being an API that I can sign up for and from my user's perspective, they are logging in to my site, but what it's doing is authenticating and storing the user up in this cloud service.

It could have basic user management, or I as admin could change the levels of authentication. Also, this API would handle 'forgot password' and things like that as well.

So basically, it's an API. I would still be responsible for the UI.

Does this exist? I could really use it. Writing login systems for each site/app idea is a lot of work, and I'd rather focus on my app.

like image 560
JP. Avatar asked Sep 12 '13 17:09

JP.


2 Answers

I'm looking for exactly same thing.

There are two i found:
1.http://authrocket.com/ "Invitations are going out regularly"


2.http://loginify.com/ this one seems to be inactive since 2013

EDIT 3.Theres third one you might look at https://stormpath.com/, it has instant registration.


4. There's also a http://parse.com - it offers user management for web and mobile apps

like image 177
Chris Avatar answered Sep 21 '22 07:09

Chris


AuthRocket can do pretty much everything you're asking for: signups, logins, forgotten passwords, management UI, etc.

In followup to the other answer, AuthRocket is now available to all--invitations no longer required.

Disclaimer: part of AuthRocket.

like image 34
tm. Avatar answered Sep 21 '22 07:09

tm.