Metadata-Version: 2.1
Name: django-impersonate-permissions
Version: 0.2
Summary: Django app that tracks user permssions when using django-impersonate.
Home-page: https://github.com/yunojuno/django-impersonate-permissions
License: MIT
Author: YunoJuno
Author-email: code@yunojuno.com
Maintainer: YunoJuno
Maintainer-email: code@yunojuno.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: django (>=2.2,<4.0)
Requires-Dist: django-impersonate (>=1.5.1,<2.0.0)
Project-URL: Documentation, https://github.com/yunojuno/django-impersonate-permissions
Project-URL: Repository, https://github.com/yunojuno/django-impersonate-permissions
Description-Content-Type: text/markdown

# Django Impersonate Permissions

Add ability to control impersonate permissions.

Impersonate is a powerful Django app that allow site admins to log in to a user's account, and take
actions on their behalf. This can be invalulable in providing technical support. However, with great
power comes great responsiblity, and operationally you should **never** impersonate a user without
their explicit consent.

This app provides a mechanism for recording user consent, and enforcing it.

