This is currently just an experiment.
This is a project to create libraries for OpenId Connect, implementing both the identity provider and relying party functionality.
See the OpenId Connect website for details and specifications.
Signing and encryption using JWTs is handled by my fork of jsonwebtoken
Oauth2 and OpenID Connect endpoints are provided by this library.
MVC style login, user registration etc pages are also implemented here.