WIth ASP.NET Identity we can cruise through Auth stuffs with SignalR
Either on the Class or that particular method in Hub we can decorate with Authorize
[Authorize(Roles)] [Authorize(Policy)]
WIth ASP.NET Identity we can cruise through Auth stuffs with SignalR
Either on the Class or that particular method in Hub we can decorate with Authorize
[Authorize(Roles)] [Authorize(Policy)]