top | item 33989000

(no title)

burggraf | 3 years 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

discuss

order

burggraf|3 years ago

Note 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|3 years ago

This 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.