📄️ Sign Up
You can sign up your app users using email, phone number or 3rd party oAuth provider (e.g., Google, Apple, Twitter, Facebook) based authentication flows.
📄️ Sign In
You can log in an existing user by calling signInWithEmail method.
📄️ Sessions
Through the Altogic client library, you can manage sessions of your application users.
📄️ Reset Password
If your users are authenticated using their email and password, you can send reset password email to a user by calling the sendResetPwdEmail method.
📄️ Change Password
You can change password of the user by calling the changePassword method.
📄️ Change Email
You can change email of the user by calling the changeEmail method.
📄️ Change Phone
You can change the phone number of the user by calling the changePhone method.
📄️ Listen to User Events
You can subscribe to listen to specific user events and get notified when such an event happens.
📄️ Handling Auth Deep Links
You can redirect your users to mobile applications.