skillfed

allianceauth-securegroups

On its own this app does very little! However it leverages any module that is capable of providing a filter. Giving you the ability to add a very wide range of automatic filtration options your groups.

allianceauth-securegroups v0.10.2 242.5K downloads/30d#8,854 on PyPI5
Permissive license Active released

What it is and what it does

Secure Groups is a Django plugin for Alliance Auth that automates EVE Online group membership by applying configurable filters to user accounts. It supports both manual groups (with optional auto-join) and automatic groups that continuously sync membership based on filter results. The package itself provides basic filters (character in alliance/corp, user has group) but is designed to be extended by third-party modules that add domain-specific checks—such as asset location, skill requirements, corporate roles, activity levels, and invoice status. Groups can have grace periods before removal, and users receive notifications via Discord DM or in-auth messages when they fail checks or are removed.

Installation involves adding the package to an Alliance Auth instance, running migrations, and setting up a Celery task for periodic group updates. Configuration happens entirely through Django admin: you create groups, define filters, set grace periods, and link them into Smart Groups with options for auto-join, state-based targeting, and update frequency. The package integrates with Alliance Auth's built-in group management and can post update logs to Discord webhooks.

Use it for:

  • Automatically maintain EVE Online alliance groups based on member skill points, corporate roles, or asset holdings.
  • Enforce compliance by removing users who fail activity or asset audits after a configurable grace period.
  • Sync Discord roles with in-game status (e.g., remove access when a character leaves corp or fails invoice checks).
  • Create tiered membership groups that auto-join users meeting specific criteria without manual approval.
  • Audit group membership against complex filter logic and notify users of pending removals before they occur.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A Django plugin for Alliance Auth that automates group membership based on configurable filters, supporting manual groups, automatic groups with grace periods, and integrations with third-party filter providers.

Yes, if you run an Alliance Auth instance and need automated group management. The package is actively maintained, has no known vulnerabilities, and low install friction. It requires third-party filter modules to be useful beyond basic checks, so verify that the filters you need are available and maintained before committing.

Install

allianceauth-securegroups on PyPI

pip

pip install allianceauth-securegroups

uv

uv add allianceauth-securegroups

poetry

poetry add allianceauth-securegroups

Installing allianceauth-securegroups

Before you install

Active maintenance with a recent release (38 days old) and low install friction; depends only on allianceauth. Supports modern Python versions (3.8–3.13) and works with Django 4.0 and 4.2.

License in practice

MIT license (permissive) allows free use, modification, and distribution with minimal restrictions.

Quickstart

pip install allianceauth-securegroups

# Add to local.py INSTALLED_APPS:
# 'securegroups',

# Run migrations:
# python myauth/manage.py migrate securegroups
# python myauth/manage.py setup_securegroup_task

# Then configure Smart Groups and Filters via Django admin.

Requires an existing Alliance Auth installation and Django 4.0 or 4.2; creates an hourly Celery task for group updates.

Verify before relying

  • Whether third-party filter modules (CorpTools, Member Audit, etc.) are maintained and compatible with current versions.
  • Performance characteristics when processing large member bases or complex filter expressions.
  • Whether the Discord bot integration mentioned requires additional setup beyond the package itself.

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 1 — allianceauth
Maintenance actively maintained — 38 days since the last release
Last repo commit
First released
Downloads 242,460/month — #8,854 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: allianceauth_securegroups-0.10.2-py3-none-any.whl

Keywords: allianceauth, eveonline

Environment :: Web EnvironmentFramework :: CeleryFramework :: DjangoFramework :: Django :: 4.0Framework :: Django :: 4.2Intended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTopic :: Internet :: WWW/HTTPTopic :: Internet :: WWW/HTTP :: Dynamic Content

Tags

alliance auth group automationeve online group managementdjango group filteringautomatic membership managementalliance auth plugineve online discord integrationsmart group filters
eve-onlinegroup-managementdjango-plugin

More WWW/HTTP packages