У нас вы можете посмотреть бесплатно Blazor WebAssembly Authentication Mini-Series Part 4 - Blazor WebAssembly Setup или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video is demonstrates how to Authenticate a user in a Blazor WebAssembly app using a Jwt Token created in Part 2. The key features covered in this video are: Authenticating an App using the AuthenticationStateProvider method Saving a Token to local storage using the Blazored.LocalStorage Nuget package Parsing a Jwt Token Claims information Using events to notify services when authentication changes Restricting access to components based on authentication status Using the Jwt Token in the API calls The complete code can be found at: https://github.com/blazorbill/WASMAut... The resources I used and referenced in the video are: ASP.NET Core Blazor authentication and authorization (https://docs.microsoft.com/en-us/aspn...) Managing Authentication Token Expiry In WebAssembly-based Blazor (https://www.mikesdotnetting.com/artic...) Working With Query Strings In Blazor (https://www.mikesdotnetting.com/artic...) Steve Sanderson’s Mission Control Demo (https://github.com/SteveSandersonMS/p...) Customize Identity Model (https://docs.microsoft.com/en-us/aspn...) Blazor WebAssembly 3.2.0 Preview 2 release now available (https://devblogs.microsoft.com/aspnet...)