HNS Login

{% if user %}

You are currently logged in as {{ user }}/

Log Out Create an OAuth client {% for client in clients %}
Client Info
  {% if user.id == 1 %}
  client_owner: {{ client.user_id }}{% endif %}
  {%- for key in client.client_info %}
  {{ key }}: {{ client.client_info[key] }}
  {%- endfor %}
Client Metadata
  {%- for key in client.client_metadata %}
  {{ key }}: {{ client.client_metadata[key] }}
  {%- endfor %}

{% endfor %}
{% if user.id == 1 %} {% for user_tmp in users %}
User Info
    {%- for key in user_tmp %}
    {{ key }}: {{ user_tmp[key] }}
    {%- endfor %}

{% endfor %} {% endif %}

Want to implement OAuth?
Contact Nathan.Woodburn/ on any social media platform

{% else %}

Login with your Handshake domain

{% if domains %}

Login using a TXT record

Login with a new domain? {% endif %} Add this TXT record to any domain or login with an existing domain in Varo Auth
IDNS1 auth:login.hns.au={{uuid}}
{% if address %}

Logged in with HNS.ID

Select a HNS.ID domain to log in with
{% else %} {% endif %}
{% endif %}
Powered by Varo Auth, HNS.ID and Nathan.Woodburn/