Authentication

Zesty.io Authentication

Authentication refers to the process of verifying the identity of a user or entity accessing the Zesty.io CMS platform. This ensures only authorized entities can use its services; safeguards sensitive information, mitigates unauthorized access, and maintains the integrity of the Zesty.io platform's services.

This can be done through user authentication, where users provide their email and password combination, or token-based authentication, where users are issued a token for access. For added security, users can also enable two-factor authentication (2FA) on their respective account.

The authentication is handled by the Auth API, and roles and permissions are managed by the Accounts API.