ScienceVikings / BlazorJWT

A library that handles JWT for you with BlazorLocalStorage and Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 68.0%Language:HTML 17.6%Language:CSS 12.6%Language:Dockerfile 1.7%Language:Shell 0.1%