JayChase / Angular.Net.SecureStarter

An AngularJS starter kit for ASP.NET which implements authentication and authorization with ASP.NET Identity 2.0.0.
MIT License
18 stars 7 forks source link

External login #4

Closed SkyQuant closed 8 years ago

SkyQuant commented 9 years ago

Trying to login with Facebook I have never ending message checking email...

JayChase commented 9 years ago

Hi. Did you resolve this issue? If not I'll test for it and get a fix in the next version.

SkyQuant commented 9 years ago

Hi Jay. Please, check this problem. Urgently need.

juntaforce commented 8 years ago

Are there any sample as like google external login for Facebook?? how can I get email ??

JayChase commented 8 years ago

Hi. There is a walkthrough for external logins in the wiki https://github.com/Useful-Software-Solutions-Ltd/Angular.Net.SecureStarter/wiki/Setting-up-an-external-authentication-provider. To be honest this project has fallen a bit out of date, I'm waiting for ASP.NET 5 to be released before taking a decision on what to do about a new version.

juntaforce commented 8 years ago

Hi Jack, Thanks for your info. But There is no ending with this.. After ASP.NET5 release, Angular release new version 2.0.0 than everything have to change :) For this reason,I would like to continue with your project and I have one more question. Is it possible to seperate two project with api and Angular spa ?? If its possible, which part have to be change on angular spa side as URL(I mean baseurl or apiurl) to reach to web api ??

JayChase commented 8 years ago

Hi, you are right you can change the baseUrl in accountClientSvc to point to a separate auth server.