AngularSignalR认证问题
创始人
2024-10-29 15:31:40
0
  1. 在服务器端实现SignalR的Token认证逻辑。

  2. 通过使用SignalR的JwtBearer认证提供程序,配置服务器端SignalR发送授权令牌。

  3. 在客户端上使用JwtInterceptor拦截器,将Jwt令牌添加到每个SignalR请求的标头中。 示例: [Authorize] public class ChatHub : Hub { // 必须与前端代码一致 private const string HUB_PATH = "/mychat";

    public async Task SendMessage(string message) { await Clients.All.SendAsync("ReceiveMessage", message); } public override async Task OnConnectedAsync() { // 通过获取JWT令牌,验证并处理请求 var httpContext = Context.GetHttpContext(); var header = httpContext.Request.Headers["Authorization"].ToString();

     // 获取JWT令牌
     var token = header.Split(" ")[1];
    
     // 验证JWT令牌
     var validatedToken = new JwtSecurityToken(token);
    
     // 处理请求,没有问题才能继续
     if (validatedToken.ValidTo > DateTime.Now)
     {
        await base.OnConnectedAsync();
     }
     else
     {
        // 鉴定没过就断开连接
        Context.Abort();
     }
    

    } }

  4. 在Angular app.module.ts文件中,添加JwtInterceptor拦截器: import { HTTP_INTERCEPTORS } from '@angular/common/http'; import { JwtInterceptor } from './jwt.interceptor'; @NgModule({ ... providers: [ ... { provide: HTTP_INTERCEPTORS, useClass: JwtInterceptor, multi: true } ] }) export class AppModule { } 示例: import { Injectable } from '@angular/core'; import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http'; import { AuthService } from './auth.service'; import { Observable } from 'rxjs'; @Injectable() export class JwtInterceptor implements HttpInterceptor { constructor(private authService: AuthService) { } intercept(request: HttpRequest, next: Http

相关内容

热门资讯

九分钟辅助!wpk透视插件,w... 九分钟辅助!wpk透视插件,wepoker俱乐部辅助,教程书教程(详细教程)1、wepoker俱乐部...
5分钟辅助!wepoker黑侠... 5分钟辅助!wepoker黑侠辅助器,wepoker私人局透视教程,演示教程(详细教程)1、这是跨平...
7分钟辅助!如何判断wpk辅助... 7分钟辅助!如何判断wpk辅助软件的真假,德州透视是真的假的,指南教程(有挂实锤)如何判断wpk辅助...
第五分钟辅助!wepoker到... 第五分钟辅助!wepoker到底有没有透视,wepoker分析,技法教程(有挂教程)1、上手简单,内...
第1分钟辅助!wepoker私... 第1分钟辅助!wepoker私人定制透视,hhpoker透视脚本视频,方案教程(有挂总结)wepok...
三分钟辅助!aapoker辅助... 三分钟辅助!aapoker辅助器是真的吗,拱趴大菠萝作弊方法,操作教程(真实有挂)1)aapoker...
6分钟辅助!agpoker辅助... 6分钟辅助!agpoker辅助,wepoker私局辅助,指南书教程(有挂详情)wepoker私局辅助...
第5分钟辅助!wepoker免... 第5分钟辅助!wepoker免费脚本咨询,aapoker能控制牌吗,方案教程(有挂秘诀)wepoke...
第1分钟辅助!aapoker ... 第1分钟辅助!aapoker ai插件,wepoker有什么规律,指引教程(有挂详情)1、进入游戏-...
第3分钟辅助!wepoker游... 第3分钟辅助!wepoker游戏安装教程,pokemmo辅助工具,经验教程(有挂教学)wepoker...