Blazor:在没有会话/ JWT令牌时重定向到登录页面?
创始人
2024-12-22 12:30:18
0

要在Blazor应用程序中实现在没有会话或JWT令牌的情况下重定向到登录页面,可以使用Blazor路由守卫。

以下是一个示例解决方案:

  1. 创建一个名为AuthGuard的类,实现Microsoft.AspNetCore.Authorization.IAuthorizationHandler接口:
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Authorization;

public class AuthGuard : IAuthorizationHandler
{
    private readonly NavigationManager _navigationManager;
    private readonly AuthenticationStateProvider _authenticationStateProvider;

    public AuthGuard(NavigationManager navigationManager, AuthenticationStateProvider authenticationStateProvider)
    {
        _navigationManager = navigationManager;
        _authenticationStateProvider = authenticationStateProvider;
    }

    public async Task HandleAsync(AuthorizationHandlerContext context)
    {
        var authenticationState = await _authenticationStateProvider.GetAuthenticationStateAsync();
        var user = authenticationState.User;

        if (!user.Identity.IsAuthenticated)
        {
            _navigationManager.NavigateTo("/login"); // 重定向到登录页面
        }
        else
        {
            context.Succeed(context.Requirements[0]);
        }
    }
}
  1. Startup.cs文件的ConfigureServices方法中注册AuthGuard
using Microsoft.AspNetCore.Authorization;

public void ConfigureServices(IServiceCollection services)
{
    services.AddRazorPages();
    services.AddServerSideBlazor();
    services.AddScoped();
    services.AddScoped(); // 注册 AuthGuard
    services.AddAuthorization(options =>
    {
        options.AddPolicy("RequireAuthenticatedUser", policy =>
            policy.Requirements.Add(new DenyAnonymousAuthorizationRequirement()));
    });
}
  1. App.razor组件中使用AuthorizeView组件和Policy属性来保护需要登录的页面:

    
        
            
                
            
            
                
            
        
    
    
        
            

Sorry, there's nothing at this address.

@code { private class RedirectToLogin : ComponentBase { [Inject] NavigationManager NavigationManager { get; set; } protected override void OnInitialized() { NavigationManager.NavigateTo("/login"); } } private class Loading : ComponentBase { } }

在上述代码中,AuthGuard类实现了IAuthorizationHandler接口,并在HandleAsync方法中检查用户是否已通过身份验证。如果用户未通过身份验证,则使用NavigationManager重定向到登录页面。

Startup.cs文件中,通过调用AddScoped()AuthGuard注册为依赖项注入服务。

App.razor组件中,使用AuthorizeRouteView组件和NotAuthorized元素来捕获未经授权的访问,并将用户重定向到登录页面。

相关内容

热门资讯

黑科技科技(wepoke智能a... 黑科技科技(wepoke智能ai)wepower使用说明书(wepOkE)素来是真的有挂(确实有挂)...
黑科技模拟器(wepoke智能... WePoker透视辅助工具核心要点解析‌,黑科技模拟器(wepoke智能ai)wepoke是机器发牌...
黑科技脚本(wepokeai代... 您好,这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】很多玩家在这款游戏中打牌都...
黑科技辅助挂(wepoke真的... 黑科技辅助挂(wepoke真的有挂)wepoke 软件(wEPOKE)固有真的有挂(有挂猫腻)-哔哩...
黑科技辅助挂(wepoke黑科... 黑科技辅助挂(wepoke黑科技)wepoke软件透明挂演示(wEpOke)一直真的有挂(真的有挂)...
黑科技app(wepoke真的... 此外,数据分析德州()辅助神器app还具备辅助透视行为开挂功能,通过对客户透明挂的深入研究,你可以了...
黑科技智能ai(wepoke辅... 黑科技智能ai(wepoke辅助插件)wepoke软件透明(WEPOke)先前是有挂(果真有挂)-哔...
黑科技模拟器(wepoke透明... 黑科技模拟器(wepoke透明黑科技)wepoke德州扑克用ai代打(WEPOKE)最初存在有挂(有...
黑科技插件(wepoke辅助插... 黑科技插件(wepoke辅助插件)wepoke软件透明(WEPOke)从来是真的有挂(有挂解惑)-哔...
黑科技美元局(wepoke智能... 黑科技美元局(wepoke智能ai)wepoke辅助真的假的(wepoKE)原先真的有挂(竟然有挂)...