Auth (short for authentication) is the process of verifying the identity of a user or system before granting access to resources, applications, or services. It ensures that only authorized users can access sensitive data or functionality. Common methods include passwords, biometric scans, and multi-factor authentication (MFA), which combines multiple verification factors for added security. Authentication often works alongside authorization, which determines what actions or resources an authenticated user can access.