Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kangmingtay
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
kangmingtay
2y ago
re-installing the app will remove any locally persisted state - which includes the anonymous user’s sign in info in a web app, we store this stare in either local storage / cookies in a mobile app, this state is stored in the local sto
2.
▲
by
kangmingtay
2y ago
supabase auth stores your users in the same database created, just in a separate schema so you have full access to it to perform joins or enforce referential integrity.
3.
▲
by
kangmingtay
3y ago
If you're using Flutter, we do have a chat app example that has a basic email + password login. ( https://github.com/supabase-community/flutter-chat )
4.
▲
by
kangmingtay
3y ago
Actually, we are experimenting with a Terraform provider to manage a project configuration, starting with Auth. What are some other things you'd like to see in the Terraform provider? [1]: supabase-terraform ( https://github.
5.
▲
by
kangmingtay
3y ago
Supabase Auth Engineer here. We initially started off with the SAML 2.0 protocol since it's the one of the oldest protocols and also one that's used by most enterprises. We're definitely looking to add OIDC based SSO support
6.
▲
by
kangmingtay
3y ago
Hi, Supabase Auth Engineer here. Interesting, just wondering if there's a reason behind choosing to roll your own iDP instead of using one of the big ones out there (Okta, Azure, GSuite) ?
7.
▲
by
kangmingtay
3y ago
Hi, Supabase Auth Engineer here. Thanks for pointing this out, we'll update our blogpost to reflect this.
8.
▲
by
kangmingtay
3y ago
Hi, Supabase Auth Engineer here. We are very close to feature parity with Firebase Auth. Off the top of my head, the 2 features we're missing right now is anonymous authentication and multi-tenancy. We're also gonna be launching s