{% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}Add Api Key{% endblock page_title %} {% block extra_css %}{% endblock extra_css %} {% block content %}

Add Api Key

Full API Key is required for auth services

Create a full API key

{% if IS_CORP %}

NOTE: If you are part of the corp do not check "Blue", this is for people who are blue to the corp but are not in it. Blue access is limited.

{% else %}

NOTE: If you are part of the alliance do not check "Blue", this is for people who are blue to the alliance but are not in it. Blue access is limited.

{% endif %}

Do not change the accessmask or deselect options or it will not work

Create a blue key

{% endblock content %}