kratos icon indicating copy to clipboard operation
kratos copied to clipboard

Authentication by scanning a qr code

Open romain63110 opened this issue 2 years ago • 0 comments

Preflight checklist

Describe your problem

kratos does not have a system allowing the user to authenticate by scanning a qr code from their phones

Describe your ideal solution

it would be nice if there were an API allowing to:

(for where the qr code is displayed)

  • recover the data from the qr code
  • a HTTP Long Polling to the server to know when the qr code will have been flashed (*1)
  • a HTTP Long Polling to the server to receive the session token (*2)

(for where the qr code is flashed)

  • to say that the qr code has been flashed (*1)
  • to say that the server can send the session token(validation) (*2)

Workarounds or alternatives

I have not found a workarounds or alternatives

Version

v0.10.1

Additional Context

scanning-qr-code

romain63110 avatar Aug 11 '22 15:08 romain63110