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

Personal Access Token

{{csrf_token()}}

Personal access tokens are used by third-party applications and scripts to access to your {{cfg('sr.ht', 'site-name')}} account.

{% if fixed_literal_grants %}
The permissions for this access token have been pre-set to {{fixed_literal_grants}}.
{% else %}
Limit scope of access grant
{{valid.summary("literal_grants")}}
{% endif %}
Arbitrary comment, for personal reference only {{valid.summary("comment")}}
Notice: Sharing a personal access token is similar to sharing your account password. Proceed with caution.
Cancel {{icon('caret-right')}}
{% endblock %}