{{ client.name }}
This app would like to:
{% if 'profile:read' in scopes and 'profile:write' not in scopes %}
-
Read your profile data.
{% endif %}
{% if 'profile:write' in scopes %}
-
Read and edit your profile data.
{% endif %}
{% if 'password:write' in scopes %}
-
Change your password.
{% endif %}
{% if 'users:read' in scopes %}
-
List Hackerspace members.
{% endif %}
On your ({{user.username}}) behalf.