Skip to content

OpenID Connect implementation in OCaml. Currently only the RP (client) parts are polished.

License

Notifications You must be signed in to change notification settings

andreypopp/ocaml-oidc

 
 

Repository files navigation

ocaml-oidc

OpenID connect implementation in OCaml.

Certified OpenID Connect mark

Folder structure

ocaml-oidc
│
├─executable/  Entrypoint for a webserver/OIDC client
│
├─library/     Implementation for the webserver
│
├─oidc/        Core OIDC implementation
│
├─oidc-client/ OIDC Client implementation
│
├─test/        tests
│

Developing:

npm install -g esy redemon reenv
git clone <this-repo>
esy install
esy build

Running Binary:

After building the project, you can run the main binary that is produced. This will start a webserver with a OIDC client configured for certification.

esy start

Running Tests:

# Runs the "test" command in `package.json`.
esy test

About

OpenID Connect implementation in OCaml. Currently only the RP (client) parts are polished.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 79.7%
  • Reason 10.1%
  • JavaScript 5.2%
  • Nix 3.5%
  • Other 1.5%