fastapi-permissions
Permission framework
A permission system for FastAPI applications
row level security for FastAPI framework
492 stars
14 watching
47 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dmontagu/fastapi-auth | An authentication framework for FastAPI applications | 141 |
jacobsvante/fastapi-security | A FastAPI extension for adding authentication and authorization as dependencies | 142 |
dbkaplan/dry-rest-permissions | A permission framework for Django REST Framework that allows rules-based permissions and separates global and object-level access control. | 377 |
vintasoftware/django-role-permissions | Enables role-based permissions in Django applications using built-in auth functionality | 730 |
mrtolkien/fastapi_simple_security | Security package for FastAPI API key authentication with simple setup and administrator endpoints. | 335 |
caxap/rest_condition | Provides a flexible way to define complex permissions flows in Django REST Framework projects. | 280 |
indominusbyte/fastapi-jwt-auth | Provides secure and easy-to-use JWT authentication for FastAPI applications | 665 |
uriyyo/fastapi-pagination | Simplifies pagination in FastAPI applications by providing utility functions and data models to manage paginated responses. | 1,224 |
dialoguemd/fastapi-sqla | An extension for FastAPI that simplifies interaction with SQLAlchemy databases. | 229 |
ergo/ziggurat_foundations | Framework agnostic authorization and permission management toolkit | 71 |
markqiu/fastapi-mongodb-realworld-example-app | A real-world backend application using FastAPI and MongoDB | 440 |
koxudaxi/fastapi-code-generator | Generates a FastAPI application from an OpenAPI file | 1,089 |
drf-psq/drf-psq | A Django REST framework extension that simplifies the management of action-based permissions and serializer/queryset choices | 47 |
iosphere/ishpermissionkit | A framework for obtaining user permissions on iOS in a unified and polite manner | 614 |