摘要: public class User { public string UserId { get; set; } public string UserName { get; set; } public bool Equals(User user) => user.UserId.Equals(UserId 阅读全文
posted @ 2021-02-18 12:34 LLLZC 阅读(47) 评论(0) 推荐(0)
摘要: Ref: SignalR - authenticating with access token (讲解了如何在Javascript中添加其他字段) Authentication and authorization in ASP.NET Core SignalR Struggling to authe 阅读全文
posted @ 2021-02-18 11:00 LLLZC 阅读(1168) 评论(0) 推荐(1)