是否可以将JWT与SignalR一起使用?

时间:2018-07-08 09:54:41

标签: asp.net xamarin signalr jwt owin

我们的项目在select concat(author.last_name, ',', author.first_name) as Author_name,book.title,book.year from author,book where book.year >= 1990 and book.year <= 1993 group by book.year,book.title,Author_name order by book.year asc; 上使用SignalR,并且客户端是基于ASP.NET OWIN (full framework)的移动应用。验证基于Xamarin完成。我们需要保护JWT集线器免受匿名访问,然后找出连接的用户名。

SignalR是否可以与SignalR一起使用?如果是,怎么办?

JWT本身的保护不是基于SignalR的cookie。此外,由于部署不是HTTPS,因此我们不能使用查询字符串来传递令牌

0 个答案:

没有答案