Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 343 Bytes

File metadata and controls

19 lines (13 loc) · 343 Bytes

template-blazor-jwt-authentication

Blazor server jwt authentication template project

It uses ProtectedLocalStorage to store jwt token.

Open solution with VS2022. Hit F5. Navigate to https://localhost:7076

For admin user: admin AdminPwd

For regular user: user UserPwd

All pages are protected. FetchData is available only for admin user.