The Fastest Way to Add JWT + Google Auth to Your ASP.NET Core API
A while ago, Microsoft released Identity endpoints it felt like godsend, until I realized that it wasnât working with JWT tokens, instead, it used a different token type, and couldnât be customized easily. This lead me to continue using JWT auth for my projects, as I used to. Then found it repetitive and I decided to build a nugget package that would make it easy and fast for you to add JWTâŠ

















