Team3256 / app-old

MIT License
0 stars 0 forks source link

:sparkles: Demo auth #12

Closed ThatXliner closed 10 months ago

ThatXliner commented 10 months ago
ThatXliner commented 10 months ago

LGTM. Was unable to test due to the Supabase instance not sending email, but it seems fine. No mobile auth is fine for now, I'll make another issue regarding that in a bit.

You don’t need to test on production. Production server should just work if the redirect urls are configured properly. Local Supabase doesn’t send emails

ThatXliner commented 10 months ago

LGTM. Was unable to test due to the Supabase instance not sending email, but it seems fine. No mobile auth is fine for now, I'll make another issue regarding that in a bit.

You don’t need to test on production. Production server should just work if the redirect urls are configured properly. Local Supabase doesn’t send emails

On second thought, perhaps only the official hosted Supabase has that email feature built-in to “just work.” Further research is needed

realjoshuau commented 10 months ago

LGTM. Was unable to test due to the Supabase instance not sending email, but it seems fine. No mobile auth is fine for now, I'll make another issue regarding that in a bit.

You don’t need to test on production. Production server should just work if the redirect urls are configured properly. Local Supabase doesn’t send emails

On second thought, perhaps only the official hosted Supabase has that email feature built-in to “just work.” Further research is needed

Yeah, I have an SMTP server setup on AWS, I just need to hook it up to Supabase, which I'l probably do now or after class today.