Login without password

Any help topics that don't fit in the current categories can go here.
Post Reply
User avatar
FrederickGeek8
Posts: 148
Joined: Wed Nov 30, 2011 10:31 pm

Login without password

Post by FrederickGeek8 »

I'm creating an app in NodeJS with Express (not the important part) and I'm wondering how I would go about with having a single-sign on without password? I'm not talking code wise, but structure wise, what would I want to do to keep this secure?
User avatar
Helx
Posts: 350
Joined: Thu May 17, 2012 6:45 am
Location: Auckland, New Zealand

Re: Login without password

Post by Helx »

Use OpenID to manage single sign-on.
I'm not too sure how to about doing this, but I think this will get you on the right track (maybe).

http://openid.net/add-openid/add-getting-started/
Post Reply