Hi,
I want to register/login users with Facebook, Twitter, LinkedIn and Google using OAuth2, can you point in me into right direction how to achieve this.
Thanks, Attiqe
4 Answer(s)
-
0
related to this thread : #98@4093f0ea-48b2-4b75-8a9d-2bb7da9552e3 & this one <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero/issues/13">https://github.com/aspnetboilerplate/mo ... /issues/13</a>
I don't think it's fully implemented yet but it's planned.
-
0
Hi,
I implemented Facebook, Twitter and Google+ logins for ASP.NET Zero product (<a class="postlink" href="http://aspnetzero.com/">http://aspnetzero.com/</a>). Actually, it's not so hard. When you create an MVC project, you will see that it's configured for external logins. When you apply similar actions for your project, it will work. At least, I did it like that. Also, OWIN book from <a class="postlink" href="https://www.syncfusion.com/resources/techportal/ebooks">https://www.syncfusion.com/resources/techportal/ebooks</a> helped me a lot to understand it better.
I'm planning to add it to module-zero template: <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-template/issues/5">https://github.com/aspnetboilerplate/mo ... e/issues/5</a>
-
0
Hi there, Is there a time estimation on when OAuth is going to be included into the ABP framework? If it is going to be near future I do not want to bother myself to redo it...
Thanks,
-
0
Hi,
I can not say an exact date, sorry. Maybe in a month or two. Because there are higher priority tasks..