How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Awesome Django authorization, without the database
django-guardian is a Django object permission library that enables the assignment of fine-grained access rights to individual database records. This system provides object-level access control, allowing users or groups to be granted permissions for specific model instances rather than applying a single global rule to an entire data model. The library includes a permission manager for the Django administrative interface, which provides a visual dashboard to assign and audit these instance-specific security rules. It also features an anonymous access controller to define and verify permissions
AREK is a clean and easy way to request any kind of iOS permission (with some nifty features 🤖)
A django app for role based permissions.
The main features of vintasoftware/django-role-permissions are: Permissions.
Open-source alternatives to vintasoftware/django-role-permissions include: delba/permission — A unified API to ask for permissions on iOS. dfunckt/django-rules — Awesome Django authorization, without the database. django-guardian/django-guardian — django-guardian is a Django object permission library that enables the assignment of fine-grained access rights to… ennioma/arek — AREK is a clean and easy way to request any kind of iOS permission (with some nifty features 🤖). sparrowcode/permissionskit — Universal API for request permission and get its statuses.