{"id":16750104,"url":"https://github.com/alexferl/falcon-casbin","last_synced_at":"2025-03-16T04:20:24.826Z","repository":{"id":57428296,"uuid":"452882215","full_name":"alexferl/falcon-casbin","owner":"alexferl","description":"Casbin RBAC Middleware for Falcon","archived":false,"fork":false,"pushed_at":"2023-10-06T00:39:30.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T12:04:30.728Z","etag":null,"topics":["casbin","falcon","falcon-framework","falcon-middleware","python-falcon","rbac"],"latest_commit_sha":null,"homepage":"","language":"Python","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/alexferl.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}},"created_at":"2022-01-27T23:43:58.000Z","updated_at":"2022-01-28T04:09:03.000Z","dependencies_parsed_at":"2022-09-02T15:31:24.347Z","dependency_job_id":null,"html_url":"https://github.com/alexferl/falcon-casbin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexferl%2Ffalcon-casbin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexferl%2Ffalcon-casbin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexferl%2Ffalcon-casbin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexferl%2Ffalcon-casbin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexferl","download_url":"https://codeload.github.com/alexferl/falcon-casbin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243823291,"owners_count":20353645,"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":["casbin","falcon","falcon-framework","falcon-middleware","python-falcon","rbac"],"created_at":"2024-10-13T02:27:04.252Z","updated_at":"2025-03-16T04:20:24.804Z","avatar_url":"https://github.com/alexferl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# falcon-casbin [![codecov](https://codecov.io/gh/alexferl/falcon-casbin/branch/master/graph/badge.svg)](https://codecov.io/gh/alexferl/falcon-casbin)\n\nA simple [Falcon](https://github.com/falconry/falcon) module for [Casbin](https://casbin.org/) using\n[RBAC](https://casbin.org/docs/en/rbac).\n\n\n## Install\n```shell\npip install falcon-casbin\n```\n\n## Usage\n```python\nimport falcon\nfrom falcon_casbin import CasbinMiddleware\n\ncasbin = CasbinMiddleware(\"path/to/model.conf\", \"path/to/policy.csv\")\n\napp = falcon.App(middleware=[casbin])\n```\n\n## Credits\nInspired by [falcon-policy](https://github.com/falconry/falcon-policy).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexferl%2Ffalcon-casbin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexferl%2Ffalcon-casbin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexferl%2Ffalcon-casbin/lists"}