{"id":17862511,"url":"https://github.com/krdlab/haskell-oidc-client","last_synced_at":"2025-05-09T00:09:02.653Z","repository":{"id":1972355,"uuid":"41455707","full_name":"krdlab/haskell-oidc-client","owner":"krdlab","description":"OpenID Connect 1.0 client (RP) library for Haskell","archived":false,"fork":false,"pushed_at":"2024-07-29T10:49:57.000Z","size":272,"stargazers_count":27,"open_issues_count":8,"forks_count":30,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-09T00:08:56.240Z","etag":null,"topics":["haskell","openid-connect"],"latest_commit_sha":null,"homepage":"https://hackage.haskell.org/package/oidc-client","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krdlab.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-26T23:57:23.000Z","updated_at":"2024-07-29T10:50:00.000Z","dependencies_parsed_at":"2024-01-15T13:04:39.960Z","dependency_job_id":"e09c10b9-0ed0-436e-881c-b64e36503d9c","html_url":"https://github.com/krdlab/haskell-oidc-client","commit_stats":{"total_commits":159,"total_committers":16,"mean_commits":9.9375,"dds":"0.25786163522012584","last_synced_commit":"50ab4d9afb79ffdb7fb44d9d4a900c0ff95e560f"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krdlab%2Fhaskell-oidc-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krdlab%2Fhaskell-oidc-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krdlab%2Fhaskell-oidc-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krdlab%2Fhaskell-oidc-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krdlab","download_url":"https://codeload.github.com/krdlab/haskell-oidc-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166521,"owners_count":21864482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["haskell","openid-connect"],"created_at":"2024-10-28T08:53:04.852Z","updated_at":"2025-05-09T00:09:02.608Z","avatar_url":"https://github.com/krdlab.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenID Connect 1.0 library for Relying Party\n\n[![Testing](https://github.com/krdlab/haskell-oidc-client/workflows/Testing/badge.svg)](https://github.com/krdlab/haskell-oidc-client/actions?query=workflow%3ATesting)\n\nThis package supports implementing of an OpenID Connect 1.0 Relying Party. It's written in Haskell.\n\nThis package uses [jose-jwt](http://github.com/tekul/jose-jwt) package for decoding a received tokens.\n\n## Usage\n\n```sh\n$ cabal update\n$ cabal install oidc-client\n```\n\nThe documentation is available in [Hackage](https://hackage.haskell.org/package/oidc-client).\n\n## Run example\n\n`examples/scotty` is a runnable code. If you try to run it, execute commands as follows:\n\n```sh\n$ stack build --flag oidc-client:build-examples\n```\n\nand then\n\n```sh\n$ export OPENID_CLIENT_BASE_URL=\"http://localhost:3000\"\n$ export OPENID_CLIENT_ID=\"Your client ID\"\n$ export OPENID_CLIENT_SECRET=\"Your client secret\"\n$ stack exec scotty-example\n```\n\nYou can access to \u003chttp://localhost:3000/login\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrdlab%2Fhaskell-oidc-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrdlab%2Fhaskell-oidc-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrdlab%2Fhaskell-oidc-client/lists"}