{% extends "base.html" %} {% block title %}vezir — enroll device{% endblock %} {% block content %}
Use this page to enroll a new client (such as the Android app) by issuing
a token on the server and showing a QR code that encodes
{ "v": 1, "url": ..., "token": ... }.
vezir token revoke --github <handle> and
issue a new one.
{{ error }}
vezir token issue --github <handle>
Or use vezir token enroll --github <handle> --server <url>
to issue a token and print this page's URL pre-filled.
If the device cannot scan QR codes, paste this JSON into the app's "manual paste" field:
{{ payload }}