5 ms·
Here's an older repo[0] I put together to show how to do some custom auth stuff. Take a look and see if you can use some ideas from here. 0. https://github.com
by burggraf 4y ago
Here's an older repo[0] I put together to show how to do some custom auth stuff. Take a look and see if you can use some ideas from here.
0. https://github.com/burggraf/supabase-roll-your-own-auth https://github.com/burggraf/supabase-roll-your-own-auth
- burggraf 4y agoNote this was written before edge functions were released, so it may make more sense to make these calls from edge functions, depending on what you're trying to do.
- rrgok 4y agoThis is awesome, thank you very much. I've been looking to MagicLinks too, but I didn't know if they were safe the way I wanted to use it. Anyway, I will take inspiration from your repo. LDAP auth is the only thing stopping me from using Supabase.