umbraco / UmbracoIdentityExtensions

Code files & installation that enables easy extensibility points for ASP.Net Identity and the Umbraco back office
MIT License
38 stars 23 forks source link

Extending the ASP.Net Identity implementation for Umbraco "Members" (rather than back office users) #8

Closed terryclancy closed 8 years ago

terryclancy commented 8 years ago

Hi UmbracoIdentityExtensions Folks,

Can "UmbracoIdentityExtensions" be used to extend the ASP.Net Identity implementation for Umbraco "Members" (rather than Back Office users) ? I want to support Facebook etc login for Umbraco "Members".

If not can you recommend an approach please ?

Thanks

Terry

Shazwazza commented 8 years ago

You need to look at this repo: https://github.com/Shazwazza/umbracoidentity

IdentityExtensions is for adding functionality for back office in Umbraco.

terryclancy commented 8 years ago

Thanks very much