Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T14:51:18.000Z (about 3 years ago)
- Last Synced: 2024-10-22T22:55:17.030Z (22 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: 254
- Watchers: 14
- Forks: 76
- 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/).