Skip to content

QRCode (with TOTP)

alexismdr requested to merge qrcode-totp into main

Basically implements #112 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 alexismdr

Merge request reports

Loading