Skip to content

Releases: tanmaykm/OpenIDConnect.jl

v0.1.6

03 Jul 10:14
017806e
Compare
Choose a tag to compare

OpenIDConnect v0.1.6

Diff since v0.1.5

Closed issues:

  • Certificate handling fails (#14)

Merged pull requests:

v0.1.5

07 Sep 12:34
6db1a9d
Compare
Choose a tag to compare

OpenIDConnect v0.1.5

Diff since v0.1.4

Closed issues:

  • Certificate handling (#10)

Merged pull requests:

v0.1.4

07 Nov 14:29
6ab1887
Compare
Choose a tag to compare

OpenIDConnect v0.1.4

Diff since v0.1.3

Merged pull requests:

v0.1.3

29 Sep 09:35
0bac5f4
Compare
Choose a tag to compare

OpenIDConnect v0.1.3

Diff since v0.1.2

Merged pull requests:

v0.1.2

26 May 10:34
4d52e41
Compare
Choose a tag to compare

OpenIDConnect v0.1.2

Diff since v0.1.1

Merged pull requests:

OpenIDConnect v0.1.1

06 Oct 10:25
fb22b43
Compare
Choose a tag to compare
Merge pull request #2 from tanmaykm/tan/misc

add Project.toml, minor fixes

OpenIDConnect v0.1.0

16 Jan 04:41
Compare
Choose a tag to compare

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.