Blog.zhaytam.com

Google Sign-In for ASP.NET Core Web APIs Awaiting Bits

In order to make it possible for the client to use Google’s login window, we’ll have to use their SDK gapi. If you’re using a framework instead of plain javascript, there are libraries that make this process easier, for instance: … See more

Actived: 2 days ago

URL: https://blog.zhaytam.com/2019/10/03/google-sign-in-asp-net-core-web-api/

Health Checks in ASP.NET Core

WebIf you visit /health1, it’ll return Healthy and if you visit /health2, it’ll return Unhealthy. This is very useful if you want different health endpoints to check different …

Category:  Health Go Health