strongloop / loopback-component-oauth2

oAuth 2.0 server for LoopBack
http://www.strongloop.com
Other
62 stars 63 forks source link

Email instead of username #5

Closed cajoy closed 9 years ago

cajoy commented 9 years ago

I see component depends on username and password for authentication.

Is it possible to use email and password?

raymondfeng commented 9 years ago

ATM, it only uses username but we can add email too.

cajoy commented 9 years ago

Yes, email is required like other providers like Facebook they used email as identification

On Nov 12, 2014, at 4:28 PM, Raymond Feng notifications@github.com wrote:

ATM, it only uses username but we can add email too.

— Reply to this email directly or view it on GitHub.

dstroot commented 9 years ago

+1 for email also

raymondfeng commented 9 years ago

It's being fixed in https://github.com/strongloop/loopback-component-oauth2/tree/feature/componentize-oauth2

dstroot commented 9 years ago

Thx Raymond! Cheers.