External Login Providers in ASP.NET Core

Being able to have your users authenticate using Google, Facebook, Twitter, etc is a great way to remove the annoyance of having to create a local account and go through the email validation process. We usually refer to the services we delegate the task of authenticating our users as external login providers. The most popular … Continue reading External Login Providers in ASP.NET Core