Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 17 additions & 8 deletions docs/community/alliance-auth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ search:

title: Alliance Auth
type: service
description: An auth system for EVE Online to help in-game organizations manage online service access.
description: A flexible authentication platform for EVE Online to help in-game organizations manage access to applications and services. AA provides both, a stable core, and a robust framework for community development and custom applications.
maintainer:
name: Alliance Auth Team
gitlab: allianceauth
---

# Alliance Auth

A flexible authentication platform for EVE Online to help in-game organizations manage access to applications and services. AA provides both, a stable core, and a robust framework for community development and custom applications.

[![Version](https://img.shields.io/pypi/v/allianceauth)](https://pypi.org/project/allianceauth/)
[![Python Versions](https://img.shields.io/pypi/pyversions/allianceauth)](https://pypi.org/project/allianceauth/)
[![Django Versions](https://img.shields.io/pypi/djversions/allianceauth)](https://pypi.org/project/allianceauth/)
Expand All @@ -33,25 +35,32 @@ maintainer:

## Description

Alliance Auth (AA) is a web site that helps Eve Online organizations efficiently manage access to applications and services.
Alliance Auth (AA) is a platform that helps Eve Online organizations efficiently manage access to applications and services.

## Features

- Automatically grants or revokes user access to external services (e.g. Discord, Mumble) and web apps (e.g. SRP requests) based on the user's current membership to [in-game organizations](https://allianceauth.readthedocs.io/en/latest/features/core/states.html) and [groups](https://allianceauth.readthedocs.io/en/latest/features/core/groups.html)

- Provides a central web site where users can directly access web apps (e.g. SRP requests, Fleet Schedule) and manage their access to external services and groups.

- Includes a set of connectors (called ["services"](https://allianceauth.readthedocs.io/en/latest/features/services/)) for integrating access management with many popular external applications / services like Discord, Mumble, Teamspeak 3, SMF and others

- Includes a set of web [apps](https://allianceauth.readthedocs.io/en/latest/features/apps/) which add many useful functions, e.g.: fleet schedule, timer board, SRP request management, fleet activity tracker

- Can be easily extended with additional services and apps. Many are provided by the community and can be found here: [Community Creations](https://gitlab.com/allianceauth/community-creations)

- English :flag_gb:, Chinese :flag_cn:, German :flag_de:, Spanish :flag_es:, Korean :flag_kr:, Russian :flag_ru:, Italian :flag_it:, French :flag_fr:, Japanese :flag_jp: and Ukrainian :flag_ua: Localization

For further details about AA - including an installation guide and a full list of included services and plugin apps - please see the [official documentation](https://allianceauth.rtfd.io).

# Alliance Auth Community Creations
## Screenshot

Here is an example of the Alliance Auth web site with a mixture of Services, Apps and Community Creations enabled:

### Flatly Theme

![Flatly Theme](SampleInstallation-Flatly.png)

### Darkly Theme

![Darkly Theme](SampleInstallation-Darkly.png)

## Alliance Auth Community Creations

- Over 100+ Applications from 30+ Developers

Expand Down
12 changes: 6 additions & 6 deletions docs/community/django-esi/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ search:

title: Django-ESI
type: resource
description: Django app for easy access to the EVE Swagger Interface (ESI)
description: Django app for easy access to the EVE Stable Interface (ESI)
maintainer:
name: Alliance Auth Team
gitlab: allianceauth
---

# Django-ESI

Django app for easy access to the EVE Swagger Interface (ESI)
Django app for easy access to the EVE Stable Interface (ESI)

[![Version](https://img.shields.io/pypi/v/django-esi)](https://pypi.org/project/django-esi/)
[![Python Versions](https://img.shields.io/pypi/pyversions/django-esi)](https://pypi.org/project/django-esi/)
Expand All @@ -27,17 +27,17 @@ Django app for easy access to the EVE Swagger Interface (ESI)

- [:simple-discord: __Discord__](https://discord.gg/fjnHAmk){ .esi-card-link }
- [:simple-gitlab: __GitLab__](https://gitlab.com/allianceauth/django-esi){ .esi-card-link }
- [:octicons-browser-16: __Documentation__](https://django-esi.readthedocs.io/en/latest/){ .esi-card-link }
- [:octicons-browser-16: __Documentation__](https://django-esi.readthedocs.io/){ .esi-card-link }

</div>

## Description

Django-esi is a Django app that provides an interface for easy access to the EVE Swagger Interface (ESI), the official API for the game [EVE Online](https://www.eveonline.com/).
Django-ESI is a Django app that provides an interface for easy access to the EVE Stable Interface (ESI).

It is build upon [Bravado](https://github.com/Yelp/bravado) - a python client library for Swagger 2.0 services.
It is built upon [aiopenapi3](https://github.com/commonism/aiopenapi3) - A Pydantic Client library for OpenAPI 3

Django-esi adds the following main functionalities to a Django site:
Django-ESI adds the following main functionalities to a Django site:

- Dynamically generated client for interacting with public and private ESI endpoints
- Support for adding EVE SSO to authenticate characters and retrieve tokens
Expand Down