Authentication Layer
What is Liquid Staking Token?
The authentication layer in Mozi is responsible for securely verifying user identities through social media logins. It ensures that users can access their wallets without the need for traditional passwords while maintaining high levels of security. Mozi integrates OAuth 2.0 protocols to facilitate seamless and secure authentication.
How It Works
User Authentication:
When a user chooses to log in via Telegram, Google, or X, Mozi redirects them to the respective platform’s authentication page.
The user grants permission for Mozi to access necessary account details.
Upon successful authentication, the social media provider returns an OAuth access token to Mozi.
Token Exchange and Session Management:
Mozi exchanges the received access token for a secure session token.
This session token is used to identify the user within the Mozi ecosystem, preventing the need to repeatedly authenticate.
Refresh tokens are employed to allow continuous access without frequent logins, improving user experience while maintaining security.
Enhanced Security Measures:
Mozi does not store social media passwords, ensuring users retain full control over their credentials.
Two-Factor Authentication (2FA) can be enabled to provide an additional layer of security.
Active session monitoring and risk-based authentication detect and mitigate suspicious activities in real-time.
Revocation and Logout:
Users can revoke access from their social media account settings at any time, disconnecting their Mozi wallet.
Logging out from Mozi ensures the session token is invalidated, requiring re-authentication for future access.
By leveraging modern authentication standards and social login integrations, Mozi provides a secure, user-friendly, and password-free wallet access system.
Last updated