gustavo-armenta / CookieAuthenticationSample

Protected SignalR endpoint webhosted or selfhosted can be accessed by authenticated C# and/or JS client
56 stars 19 forks source link

A query on the implementation of JavaScript client #8

Closed sravikiran closed 9 years ago

sravikiran commented 10 years ago

The JavaScript client example uses the UI of web host application to sign in. What is the best way to do it in a real application? Can we use token based authentication with SignalR?

gustavo-armenta commented 9 years ago

Here is the Bearer Token sample https://github.com/gustavo-armenta/BearerTokenAuthenticationSample

sravikiran commented 9 years ago

Thanks @gustavo-armenta. I will check it.