security - Delegated Authentication using websockets -


i have googled "websocket delegated authentication" , interesting hit (unsurprisingly) on stackoverflow: websockets authentication

what i'd know is: how allowing client-side applications - connected via websockets - delegate authority back-end services , data stores?

i'm interested in figuring out how delegate x509-based authentication, @ point, i'd happy hear anyone's account of how they're delegating authority client-side on websockets.

don't know tech using php, net, java? anyway plain formsauth use cookie passed browser websocket connection. can tell if client has access or not. have used certificates (x509) wss/tls

if .net guy here's docs http://xsockets.net/api/net-c# find both wss/tls , formsauth @ bottom of page.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -