HOTEL MANAGEMENT APP WITH RADZEN BLAZOR WEB ASSEMBLY (LESSON 7) CUSTOM SECURITY PART 3

benjaminsqlserver

Benjamin Fadina

Posted on September 9, 2021

HOTEL MANAGEMENT APP WITH RADZEN BLAZOR WEB ASSEMBLY (LESSON 7) CUSTOM SECURITY PART 3

In this video, we make make changes to the main layout of our application by adding a label which displays a welcome message to currently logged on user. We also add a button that the currently logged on user will use to sign out. In addition we make changes to startup.cs file in the server part of our application and also make changes to program.cs file in the client part of our app. We also add Microsoft.AspNetCore.Components.Authorization package to the client part of our app. We also enable cookie authentication in this lesson.

💖 💪 🙅 🚩
benjaminsqlserver
Benjamin Fadina

Posted on September 9, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related