Links - gavinlefebvre/MakerspaceManagerv2 GitHub Wiki
• Configuration:
Custom configuration provider from EFCore:
https://docs.microsoft.com/en-us/aspnet/core/blazor/fundamentals/configuration?view=aspnetcore-3.1#custom-configuration-provider-with-ef-core
Described generically for aspnetcore: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-3.1#custom-configuration-provider
• Authentication:
Example AddApiAuthorization implementation: https://github.com/dotnet-presentations/blazor-workshop/blob/master/docs/06-authentication-and-authorization.md
• Authorization:
Overview: https://docs.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/?view=aspnetcore-3.1
WASM Hosted Identity Server: https://docs.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/hosted-with-identity-server?view=aspnetcore-3.1&tabs=visual-studio-code
• Blazor WASM Registration:
https://code-maze.com/blazor-webassembly-registration-aspnetcore-identity/ https://github.com/CodeMazeBlog/blazor-series/tree/blazor-registration-aspnetcore-identity
• Blazor WASM Authentication:
https://code-maze.com/blazor-webassembly-authentication-aspnetcore-identity/ https://github.com/CodeMazeBlog/blazor-series/tree/blazor-webassembly-authentication-aspnetcore-identity
• Customize Identity
• EF How-to:
https://garywoodfine.com/using-ef-core-in-a-separate-class-library-project/