{"id":22787395,"url":"https://github.com/aserto-dev/authzen-todo-backend","last_synced_at":"2025-03-30T16:16:53.521Z","repository":{"id":225961420,"uuid":"767355165","full_name":"aserto-dev/authzen-todo-backend","owner":"aserto-dev","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-04T22:57:21.000Z","size":85,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-12T05:03:08.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/aserto-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-03-05T06:26:31.000Z","updated_at":"2024-12-06T08:32:54.000Z","dependencies_parsed_at":"2024-03-05T07:51:41.427Z","dependency_job_id":"e9e62dd3-6910-4c7c-91db-6ee03240c170","html_url":"https://github.com/aserto-dev/authzen-todo-backend","commit_stats":null,"previous_names":["aserto-demo/authzen-todo-backend"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aserto-dev%2Fauthzen-todo-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aserto-dev%2Fauthzen-todo-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aserto-dev%2Fauthzen-todo-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aserto-dev%2Fauthzen-todo-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aserto-dev","download_url":"https://codeload.github.com/aserto-dev/authzen-todo-backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246342993,"owners_count":20761947,"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":[],"created_at":"2024-12-12T00:56:11.342Z","updated_at":"2025-03-30T16:16:53.502Z","avatar_url":"https://github.com/aserto-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AuthZEN Todo Backend\n\n## Setup\n\n### Install dependencies\nTo install the application dependencies, run the following command:\n\n```shell\nyarn\n```\n\n### Set up the `.env` file\nRename the `.env.example` file to `.env` and update the `AUTHZEN_PDP_URL` variable. The authorization middleware will send AuthZEN requests to `${AUTHZEN_PDP_URL}/access/v1/evaluations`.\n\nOptionally, set the `AUTHZEN_PDP_API_KEY` variable if your authorizer needs an API key. You should prefix it with `basic` or `Bearer` as appropriate. If set, the authorization middleware will add the `authorization: ${AUTHZEN_PDP_API_KEY}` header to every authorization request.\n\n```shell\nJWKS_URI=https://citadel.demo.aserto.com/dex/keys\nISSUER=https://citadel.demo.aserto.com/dex\nAUDIENCE=citadel-app\n\nAUTHZEN_PDP_URL=https://authorizer.domain.com\nAUTHZEN_PDP_API_KEY=basic YOUR_API_KEY\n```\n\n## Start the server\n\n```shell\nyarn start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faserto-dev%2Fauthzen-todo-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faserto-dev%2Fauthzen-todo-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faserto-dev%2Fauthzen-todo-backend/lists"}