A Scala web server powered by Netty networking and AKKA processing.
I am using socko webserver which is great for websockets and the like. I would like to let people authenticate against it using OpenID. I cannot see any examples of using a library such as openid4java with Socko. How does one do this?