Releases: tanmaykm/OpenIDConnect.jl
Releases · tanmaykm/OpenIDConnect.jl
v0.1.6
v0.1.5
v0.1.4
OpenIDConnect v0.1.4
Merged pull requests:
v0.1.3
OpenIDConnect v0.1.3
Merged pull requests:
- http_tls_opts has Symbol as key (#6) (@iuliancioarca)
- update tagbot, bump patch version (#7) (@tanmaykm)
v0.1.2
OpenIDConnect v0.1.1
Merge pull request #2 from tanmaykm/tan/misc add Project.toml, minor fixes
OpenIDConnect v0.1.0
OpenID Connect is a simple identity layer on top of the OAuth 2.0 protocol. It enables Clients to verify the identity of the End-User based on the authentication performed by an Authorization Server, as well as to obtain basic profile information about the End-User in an interoperable and REST-like manner.
This is an implementation of OpenID Connect in Julia, with methods implementing the authorization code flow.