QRCode (with TOTP)
Basically implements #112 through an API endpoint for iOS/Android apps but uses TOTP (impossible to share your QRCode with someone).
API endpoints are :
-
GETapi/me/qrcode -
POSTapi/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