Skip to content

A library that handles JWT for you with BlazorLocalStorage and Components

Notifications You must be signed in to change notification settings

ScienceVikings/BlazorJWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazorJWT

Automation IAM user should be able to assume cdk* roles for CDK deployment.

NEEDS THIS for the [Authorize] attribute to work

<AuthorizeRouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)">
    <NotAuthorized>
        <p>Sorry, you're not authorized to reach this page.</p>
        <p>You may need to log in as a different user.</p>
    </NotAuthorized>
</AuthorizeRouteView>

NOTED FILES IN EXAMPLE

  • _Imports.razor
  • Program.cs

About

A library that handles JWT for you with BlazorLocalStorage and Components

Resources

Stars

Watchers

Forks

Packages

No packages published