Registry / auth-security / allianceauth-blacklist

allianceauth-blacklist

JSON →
library0.2.0pypypiunverified

Alliance Auth module that integrates with Alliance Auth's state system. It creates and maintains a 'Blacklisted' state to ensure no services access is granted to blacklisted users. Currently at version 0.2.0, with AA5.0 compatibility. Release cadence is irregular; maintained by Solar Helix Independent Transport.

pip install allianceauth-blacklist
INSTALL
IMPORT
SIG · ALLIANCEAUTH-BLACK
A
allianceauth-blacklist
auth-securitypythonv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Blacklist
from blacklist.models import Blacklist
from allianceauth.blacklist.models import Blacklist
The app is registered as 'blacklist' in INSTALLED_APPS, not nested under allianceauth.
BlacklistConfig
from blacklist.apps import BlacklistConfig

Install the package, add to INSTALLED_APPS, migrate, collect static files, and run the management command to update the blacklist state.

pip install allianceauth-blacklist # Add 'blacklist' to INSTALLED_APPS in your AA settings # Then run: python manage.py migrate python manage.py collectstatic python manage.py blacklist_update
Debug
Known issues
gotchaThe app must be added as 'blacklist' (lowercase) in INSTALLED_APPS, not as 'allianceauth-blacklist' or 'allianceauth.blacklist'.
fix
Add 'blacklist' to your INSTALLED_APPS setting.
affects: all
deprecatedVersion 0.1.0 introduced changes for CCP's removal of the Search endpoint; older versions (0.0.x) are incompatible with current ESI.
fix
Upgrade to >=0.1.0.
affects: <0.1.0
breaking0.2.0 requires AA5.0; upgrading from previous versions may break if your AA installation is below 5.0.
fix
Ensure your Alliance Auth installation is version 5.0 or higher.
affects: 0.2.0
Upgrade
Version history
0.2.0latest on PyPI · released May 7, 2026
Audit
Dependencies
allianceauthrequiredRequired; this is an AA module.
Agent activity
51 hits · last 30 days
node
38
Perplexity
1
OpenAI (training)
1
Resources
allianceauth-blacklist — pip install allianceauth-blacklist · libregistry