{% extends "base.html" %} {% block title %}Authentication{% endblock title %} {% block content %}
To obtain a suitable API token, you must login to Forgejo using an administrator account and go to {{forge_url}}user/settings/applications. Then, create an API token with access to all organizations and repos, allowing read and writet access to: "admin", "misc", "organization", "issue", "repository" and "user". Store the resulting token safely (e.g. in your password manager).
{% endblock content %}