Require Authorization on Hubs as a Global Option #5306
Labels
area-signalr
Includes: SignalR clients and servers
Needs: Design
This issue requires design work before implementating.
Milestone
I was thinking we could introduce a global hub option for requiring auth on all hubs. There was a way to do this in classic SignalR but for ASP.NET Core SignalR you'd have to add the
Authorize
tag to each hub.It could look something like
The text was updated successfully, but these errors were encountered: