OAuth with SignalR -
i have web api 2 app uses oauthauthorizationserver generate token. each time user wants server sends token message.
i want implement signalr app. there possible way allow users connect web sockets verifying token server sends when user authenticates?
Comments
Post a Comment