Skip to content

Blazor project that shows how to use the built in Blazor components to secure your UI.

License

Notifications You must be signed in to change notification settings

CodingWithDavid/BlazorAuthenicationAuthorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Blazor project that shows how to use the built in Blazor components to secure your UI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published