{% extends "meta.html" %} {% block title %} OAuth 2.0 client registered - {{cfg("sr.ht", "site-name")}} meta {% endblock %} {% block content %}
{% if not client_reissued %}

OAuth 2.0 client registered

{% else %}

OAuth 2.0 client reissued

Your OAuth client has been issued new credentials. All previously issued bearer tokens have been revoked. You must send users back through the authorization process to restore access.

{% endif %}
Client ID
Client secret
Your client secret will never be shown to you again.
Continue {{icon('caret-right')}}
{% endblock %}