Thursday, March 5, 2015

Gmail : 5.5.0 Authentication Problem asp.net c#

Get to your Gmail account's security settings and set permissions for "Less secure apps" toEnabled. Worked for me.

1st login into your gmail account and then run below URL into browser

and select turn on option .

google.com/settings/security/lesssecureapps

Complete Authentication System in ASP.NET Core using JWT

JWT (JSON Web Token) authentication is widely used for securing APIs in modern applications. In this article, we will build a complete authe...