https://github.com/chrissainty/authenticationwithclientsideblazor
Companion code sample for my blog post - Authentication with client-side Blazor using WebAPI and ASP.NET Core Identity
https://github.com/chrissainty/authenticationwithclientsideblazor
aspnetcore-identity aspnetcore-webapi aspnetcoreidentity aspnetcorewebapi blazor blazor-client
Last synced: 19 days ago
JSON representation
Companion code sample for my blog post - Authentication with client-side Blazor using WebAPI and ASP.NET Core Identity
- Host: GitHub
- URL: https://github.com/chrissainty/authenticationwithclientsideblazor
- Owner: chrissainty
- License: mit
- Created: 2019-07-09T22:57:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T14:51:18.000Z (over 3 years ago)
- Last Synced: 2025-04-02T16:06:45.064Z (26 days ago)
- Topics: aspnetcore-identity, aspnetcore-webapi, aspnetcoreidentity, aspnetcorewebapi, blazor, blazor-client
- Language: C#
- Homepage: https://chrissainty.com/securing-your-blazor-apps-authentication-with-clientside-blazor-using-webapi-aspnet-core-identity/
- Size: 226 KB
- Stars: 255
- Watchers: 13
- Forks: 77
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Authentication With client-side Blazor
An example of authentication using client-side Blazor, WebAPI and ASP.NET Core Identity.Read the full blog post at [https://chrissainty.com/securing-your-blazor-apps-authentication-with-clientside-blazor-using-webapi-aspnet-core-identity/](https://chrissainty.com/securing-your-blazor-apps-authentication-with-clientside-blazor-using-webapi-aspnet-core-identity/).