Supabase Auth Enhancements
Dec 14th, 2023Product
-
Introduction of new Supabase Auth features: Identity Linking, Session Control, Leaked Password Protection, and Auth Hooks with integration to Postgres functions.
-
Identity Linking allows manual linking of user accounts which might not share the same email, with new endpoints to manage this.
-
Session Control offers developers the ability to set time-based, inactivity-based session policies, and restrict users to a single session.
-
Leaked Password Protection integrated with HaveIBeenPwned.org API to prevent the usage of compromised passwords.
-
Auth Hooks enable customization of authentication process, such as adding custom JWT claims or enforcing special rules during user authentication.