How to sign a user in using a QR Code?
I am trying to sign users into my app using a QR Code. Previously, we would encode the email and password in the QR Code. My app would then fetch those credentials and use them to log in.
I am trying to make this process more secure, but I want to keep the simplicity of the QR code sign in. Does anyone know of a way to do this? I was wondering if an OTP system would work, but supabase doesn't have the ability to create an OTP and then display that in the app.
I am trying to make this process more secure, but I want to keep the simplicity of the QR code sign in. Does anyone know of a way to do this? I was wondering if an OTP system would work, but supabase doesn't have the ability to create an OTP and then display that in the app.