{"id":13681978,"url":"https://github.com/jgrodziski/keycloak-clojure","last_synced_at":"2025-09-02T02:10:59.119Z","repository":{"id":29707629,"uuid":"114174314","full_name":"jgrodziski/keycloak-clojure","owner":"jgrodziski","description":"A Clojure library helping the integration of Keycloak with a Clojure Application + a sample SPA Client and API Server demonstrating the Keycloak integration","archived":false,"fork":false,"pushed_at":"2025-01-27T10:20:36.000Z","size":11873,"stargazers_count":155,"open_issues_count":7,"forks_count":29,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-03T08:16:44.718Z","etag":null,"topics":["authentication","authorization","clojure","iam","keycloak","keycloak-clojure","oauth2","oauth2-provider","oidc","oidc-provider","re-frame","realm","security","yada"],"latest_commit_sha":null,"homepage":"https://cljdoc.org/d/keycloak-clojure/keycloak-clojure","language":"Clojure","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/jgrodziski.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2017-12-13T22:12:22.000Z","updated_at":"2025-07-25T16:45:36.000Z","dependencies_parsed_at":"2023-12-03T16:24:52.075Z","dependency_job_id":"c1b29ab7-349d-4648-95f6-002b1e053c9b","html_url":"https://github.com/jgrodziski/keycloak-clojure","commit_stats":{"total_commits":500,"total_committers":12,"mean_commits":"41.666666666666664","dds":"0.30600000000000005","last_synced_commit":"64a86dd9ea11c615771f906a848dfdea403d1ef8"},"previous_names":[],"tags_count":185,"template":false,"template_full_name":null,"purl":"pkg:github/jgrodziski/keycloak-clojure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgrodziski%2Fkeycloak-clojure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgrodziski%2Fkeycloak-clojure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgrodziski%2Fkeycloak-clojure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgrodziski%2Fkeycloak-clojure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgrodziski","download_url":"https://codeload.github.com/jgrodziski/keycloak-clojure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgrodziski%2Fkeycloak-clojure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273218437,"owners_count":25065915,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["authentication","authorization","clojure","iam","keycloak","keycloak-clojure","oauth2","oauth2-provider","oidc","oidc-provider","re-frame","realm","security","yada"],"created_at":"2024-08-02T13:01:38.622Z","updated_at":"2025-09-02T02:10:59.088Z","avatar_url":"https://github.com/jgrodziski.png","language":"Clojure","funding_links":[],"categories":["Clojure"],"sub_categories":[],"readme":"\n![Keycloak plus Clojure](keycloak-plus-clojure.png)\n\n__[Keycloak](http://www.keycloak.org) is an open source Identity and Access Management solution for easily securing modern applications and API. This library wraps the Keycloak Java Adapter and provide features easing the integration.__\n\n[![Clojars Project](https://img.shields.io/clojars/v/keycloak-clojure.svg)](https://clojars.org/keycloak-clojure)\n[![cljdoc badge](https://cljdoc.org/badge/keycloak-clojure/keycloak-clojure)](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure)\n\n\n```clojure\nkeycloak-clojure/keycloak-clojure {:mvn/version \"1.31.5\"}\n```\nThe versions `1.31` and higher of keycloak-clojure are compatible with Keycloak version `24.x` and higher.\n\nThe [reference documentation is available on cljdoc](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure).\n\n- **[Concepts](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/CURRENT/doc/security-concepts)**: Keycloak implements the concepts of the OAuth and OIDC protocols as well as its own\n- **[Setup](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/CURRENT/doc/setup-and-run-keycloak)**: Setup Keycloak on your development machine with Docker\n- **[Administration](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/CURRENT/doc/administrative-tasks)**: Administration tasks create the different Keycloak resources used later when securing the application\n- **[Backend](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/CURRENT/doc/securing-your-application-s-backend)**: How to secure an API backend?\n- **[Frontend](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/CURRENT/doc/securing-your-applications-s-frontend)**: How to secure a typical SPA frontend?\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE.txt` for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgrodziski%2Fkeycloak-clojure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgrodziski%2Fkeycloak-clojure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgrodziski%2Fkeycloak-clojure/lists"}