{% extends "base.html" %} {% block container %}

Your access token

To access the API use the ORCID ID as the username and the access token as the password. Please save the access token safely as it will not be shown again.

ORCID ID: {{user.orcid_id}}
Access Token: {{token.token}}
Name: {{token.token_name}}
{% endblock %}