EzDevInfo.com

socko

A Scala web server powered by Netty networking and AKKA processing.

How does someone implement an OpenID Relying party on with Socko webserver?

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?


Source: (StackOverflow)