Skip to content

QRCode (with TOTP)

Alexis Mercier des Rochettes requested to merge qrcode-totp into main

Basically implements #112 (closed) through an API endpoint for iOS/Android apps but uses TOTP (impossible to share your QRCode with someone).

API endpoints are :

  • GET api/me/qrcode
  • POST api/check_qrcode

The idea is we could later implement QRCode on the web (very easy to retrieve QRCode and a little bit more tricky to check it though camera or USB laser device)

Edited by Alexis Mercier des Rochettes

Merge request reports

Loading