is device authentication not available yet?
Hi, my current goal is to develop a VR application using Supabase as the backend. I've already developed a companion web/mobile application and need a simple authentication method, as typing in VR is very tedious.
Is it possible to implement this device authentication flow using Deno/Edge functions?
As far as I can see, the biggest challenge would be authenticating a device requested through the web application and send an authentication token to the device's VR application for authenticated API calls.
I'm curious why device authentication hasn't been implemented yet, as it's very popular among applications. Thanks in advance
Is it possible to implement this device authentication flow using Deno/Edge functions?
As far as I can see, the biggest challenge would be authenticating a device requested through the web application and send an authentication token to the device's VR application for authenticated API calls.
I'm curious why device authentication hasn't been implemented yet, as it's very popular among applications. Thanks in advance