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
2 Replies
This is a user helping user platform and not regularly monitored by the Supabase staff.
This question might be better suited for the Supabase Auth github repo as an issue. https://github.com/supabase/auth/issues
ok thanks, I will try my luck there