aspnet / SignalR-samples

Samples for ASP.NET Core SignalR
753 stars 398 forks source link

SignalR Core Sample with basic auth (JWT) inside #88

Closed h5aaimtron closed 5 years ago

h5aaimtron commented 5 years ago

Hi All,

I created a quick and simple sample: https://github.com/h5aaimtron/SignalRCoreWithAuth

In the event you want to add/copy/etc. it to the existing SignalR Core samples. I'm going to add an Angular 6+ client and commit this weekend. I'm certain that my sample is not perfect, but it generally functions.

-Scott

h5aaimtron commented 5 years ago

Doing pull request with sample.