permissions.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [permissions]
www.codever.land/bookmarks/t/permissions
Test permission requests
https://extensionworkshop.com/documentation/develop/test-permission-requests/
Your extension may contain two types of permission request: install time and runtime permission requests. This page explains how you can test the way your users will see requests for these permissions...
- tags: firefox-webextensions, permissions
Declare Permissions - Google Chrome
https://developer.chrome.com/extensions/declare_permissions
To use most chrome.* APIs, your extension or app must declare its intent in the "permissions" field of the manifest. Each permission can be either one of a list of known strings (such as "geolocation"...
django-guardian
https://github.com/django-guardian/django-guardian
Implementation of per object permissions for Django 1.2+
- tags: python, permissions
- :octocat: source code
django-rules
https://github.com/dfunckt/django-rules
A tiny but powerful app providing object-level permissions to Django, without requiring a database.
- tags: python, permissions
- :octocat: source code