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.
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 polite and unified way of asking for permission on iOS
Awesome Django authorization, without the database
A unified API to ask for permissions on iOS
The main features of delba/permission are: User Permissions, Permissions.
Open-source alternatives to delba/permission include: vintasoftware/django-role-permissions — A django app for role based permissions. 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 🤖). iosphere/ishpermissionkit — A polite and unified way of asking for permission on iOS. ivanvorobei/sppermissions — SPPermissions is a Swift library that centralizes permission status checks and request flows across iOS and macOS… nixzhu/proposer — Make permission request easier.