{"id":32184829,"url":"https://github.com/lifecheq/re-auth0","last_synced_at":"2025-10-21T23:58:06.940Z","repository":{"id":62433402,"uuid":"123020263","full_name":"lifecheq/re-auth0","owner":"lifecheq","description":"re-frame effects for auth0","archived":true,"fork":false,"pushed_at":"2020-03-13T11:09:27.000Z","size":25,"stargazers_count":7,"open_issues_count":6,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-09-14T22:58:49.598Z","etag":null,"topics":["auth0","re-frame"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lifecheq.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}},"created_at":"2018-02-26T19:34:33.000Z","updated_at":"2025-05-20T12:16:43.000Z","dependencies_parsed_at":"2022-11-01T21:15:41.815Z","dependency_job_id":null,"html_url":"https://github.com/lifecheq/re-auth0","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/lifecheq/re-auth0","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifecheq%2Fre-auth0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifecheq%2Fre-auth0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifecheq%2Fre-auth0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifecheq%2Fre-auth0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lifecheq","download_url":"https://codeload.github.com/lifecheq/re-auth0/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifecheq%2Fre-auth0/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280354182,"owners_count":26316400,"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-10-21T02:00:06.614Z","response_time":58,"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":["auth0","re-frame"],"created_at":"2025-10-21T23:58:05.545Z","updated_at":"2025-10-21T23:58:06.930Z","avatar_url":"https://github.com/lifecheq.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# re-auth0\n\n[![Clojars Project](https://img.shields.io/clojars/v/lifecheq/re-auth0.svg)](https://clojars.org/lifecheq/re-auth0)\n\n[re-frame](https://github.com/Day8/re-frame) effects for [Auth0](https://auth0.com/docs/libraries).\n\n## Usage\n\nThis sticks relatively close to the structure of [Auth0.js v9](https://github.com/auth0/auth0.js),\nwhich this wraps. See the [official docs](https://auth0.com/docs/libraries/auth0js/v9) for reference.\n\nExample\n\n```clj\n(ns my.app\n  (:require [lifecheq/re-auth0.core :as re-auth0]\n            ...))\n\n...\n\n(re-frame/reg-event-fx\n :init-web-auth\n (fn [_ _]\n   {::re-auth0/init {:client-id config/auth0-client-id\n                     :domain    config/auth0-domain}})\n\n)\n\n(re-frame/reg-event-fx\n :login\n (fn [_ _]\n   {::re-auth0/authorize {:response-type    \"token id_token\"\n                          :scope            \"email app_metadata\"\n                          :redirect-uri     \"https://some.url\"\n                          :on-authenticated [:new-auth-result]\n                          :on-error         [:auth-error]})})\n```\n\netc.\n\nSignificant differences:\n\n- Use `kebab-case` for parameters in the `options` map, instead of `CamelCase`\nused in Auth0.js.\n- The Auth0 calls accept a single callback function, which has the signature\n`function(err, authResult)`. This library specifies two callback vectors, which\nare given as part of the `options` map.\n\n## License\n\nCopyright © 2018 LifeCheq\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flifecheq%2Fre-auth0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flifecheq%2Fre-auth0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flifecheq%2Fre-auth0/lists"}