{% extends "base.html" %} {% block title %}Authentication Key {{ object.name }}{% endblock %} {% block content %}

Authentication Key {{ object.name }}

Delete
name
{{ object.name }}
rp_id
{{ object.rp_id }}
origin
{{ object.origin }}
raw_id
{{ object.raw_id }}
credential_id
{{ object.credential_id }}
public_key
{{ object.public_key }}
sign_count
{{ object.sign_count }}
{% endblock %}