Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.27 KB

File metadata and controls

43 lines (24 loc) · 1.27 KB

Blazor Authentication and Authorization Sample Project

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.

by David Gallivan

Why

Blazor has its own components that can help you secure the UI. I built this project to get to understand them.

Getting Started

  1. Clone this repository

    git clone https://github.com/CodingWithDavid/BlazorAuthenicationAuthorization
    cd BlazorAuthenicationAuthorization
  2. Open in Visual Studio or Visual Code a. With Visual Code you will need to install the C# extensions

  3. Press F5

What's in the App

Shows how to upload a files to the server. It also shows some additional things you can do with the files once uploaded.

Problems or Suggestions

Open an issue here

Thank You

Resources