This project was created to help me learn about using the built in Blazor components to secure a Blazor UI.
This project covers whether the user is logged into the application, using the Authorized attribute and the AuthorizedView.
Blazor has its own components that can help you secure the UI. I built this project to get to understand them.
-
Clone this repository
git clone https://github.com/CodingWithDavid/BlazorAuthenicationAuthorization cd BlazorAuthenicationAuthorization
-
Open in Visual Studio or Visual Code a. With Visual Code you will need to install the C# extensions
-
Press F5
Shows how to upload a files to the server. It also shows some additional things you can do with the files once uploaded.