Hi!

Thanks for checking out my website :)

What is this?

This server hosts a backend for my diploma, an open-source two factor authentication app.

It consists of three parts: You can check the healthstate of the server by visiting this link.

Usage

Since this server is just a backend, its useless on its own, you will need to use a client emulator.
You can download one from the repository or just use it through Google Colab.

Unfortunately, the system doesn't accept new tokens by default (and you need admin access to change that :),
so you will get an error telling you that your newly created token is not registered in the database.

In order to pass further, you would need to create your own instance of the backend.
Fortunately, it can be done with just a couple of commands, just follow the guide in the README of the repository.

Good luck!