{% extends "meta.html" %} {% block title %} Personal access token - {{cfg("sr.ht", "site-name")}} meta {% endblock %} {% block content %}
{{csrf_token()}}

Personal Access Token

{% if token %}
Personal Access Token
{{token}}

Your access token will never be shown to you again. Keep this secret.

Continue {{icon('caret-right')}} {% else %}

This will generate a valid OAuth token with complete access to your {{cfg("sr.ht", "site-name")}} account, all {{cfg("sr.ht", "site-name")}} services, and all third party accounts that use {{cfg("sr.ht", "site-name")}} for authentication. It will expire in one year, or when you manually revoke it.

Arbitrary comment for personal reference only {{valid.summary("comment")}}
Nevermind {{icon('caret-right')}} {% endif %}
{% endblock %}