Metadata-Version: 2.4
Name: fastapi-rbac-lite
Version: 0.1.0
Summary: Pluggable RBAC permission checking for FastAPI -- bring your own token verifier and permission store.
Author-email: Athul A <athulbabu.a@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/athul2346/fastapi-rbac-lite
Project-URL: Repository, https://github.com/athul2346/fastapi-rbac-lite
Project-URL: Issues, https://github.com/athul2346/fastapi-rbac-lite/issues
Keywords: fastapi,rbac,jwt,jwks,authorization,authentication,permissions
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: FastAPI
Classifier: Topic :: Security
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.100
Requires-Dist: pyjwt[crypto]>=2.8
Requires-Dist: httpx>=0.24
Provides-Extra: dev
Requires-Dist: pytest>=7.4; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
Requires-Dist: httpx>=0.24; extra == "dev"
Requires-Dist: cryptography>=41.0; extra == "dev"
Requires-Dist: uvicorn>=0.23; extra == "dev"
Requires-Dist: build>=1.0; extra == "dev"
Requires-Dist: twine>=4.0; extra == "dev"
