Viewing profile — kangmingtay
kangmingtay
HN member- Joined
- Fri, Feb 19, 2021, 2:39 PM UTC
- HN karma
- 9
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About kangmingtay
Recent public activity
-
comment
Comment #40072317
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…
-
comment
Comment #40072299
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.
-
comment
Comment #35565893
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 )
-
comment
Comment #35565599
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 provid…
-
comment
Comment #35557518
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 defi…
-
comment
Comment #35557237
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, G…
-
comment
Comment #35556682
Hi, Supabase Auth Engineer here. Thanks for pointing this out, we'll update our blogpost to reflect this.
-
comment
Comment #35528790
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 …