cmsd2 / rust-openid-connect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenId Connect Server and Libraries

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.

Parts

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.

About

License:Apache License 2.0


Languages

Language:Rust 87.9%Language:HTML 7.5%Language:JavaScript 4.0%Language:CSS 0.6%