/blazor-google-auth

Quick test application based on examples for setting up Google Authentication in Blazor

Primary LanguageHTMLMIT LicenseMIT

Blazor Google Auth

Quick test application based on a question posted to Microsoft Learn for setting up Google Authentication in Blazor.

The differences include:

  • Updated to .NET 8
  • Cleanup of the logic to properly use AuthenticationStateProvider instead of HttpContextAccessor, since it's not valid to utilize HttpContextAccessor within a Blazor circuit (access is not guaranteed).