> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://auth0.com/feedback

```json
{
  "path": "/docs/secure",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

> Learn about various security-related issues, such as handling tokens, preventing security attacks, AllowListing, data privacy, and Auth0 security bulletins

# Secure

Auth0 provides critical tools for securing your applications against people who are interested in attacking information technology systems. Multi-factor authentication (MFA) reduces risk by requiring more than one type of user validation, while attack protection features automatically detect and respond to malicious behavior such as rapid, repeated failed logins or one IP address rapidly attempting to log into multiple accounts.

Auth0 maintains and meets the requirements for multiple compliance frameworks and certifications including GDPR and HIPAA.

***

## Protect Your Application

##### Make sure only the right people can access your applications.

<Card title="Application Credentials" href="/docs/secure/application-credentials">
  This section contains information about credentials for your application to authenticate.
</Card>

<Card title="Attack Protection" href="/docs/secure/attack-protection">
  Detect attacks and stop malicious attempts to access your applications.
</Card>

<Card title="Continuous Session Protection" href="/docs/secure/continuous-session-protection">
  Enhance security and tailor the user experience through customizable session and refresh token management.
</Card>

<Card title="Multi-Factor Authentication" href="/docs/secure/multi-factor-authentication">
  Add additional checks to ensure passwords match up with the identity of the user or device accessing your applications.
</Card>

<Card title="Security Center" href="/docs/secure/security-center">
  Observe potential attack trends and quickly respond to them in real-time.
</Card>

<Card title="Security Guidance" href="/docs/secure/security-guidance">
  View security bulletins and learn basic tips to secure data and accounts.
</Card>

<Card title="Sender Constraining" href="/docs/secure/sender-constraining">
  Learn how to sender constrain tokens in Auth0.
</Card>

<Card title="Tokens" href="/docs/secure/tokens">
  Explore the types of tokens related to identity and authentication and how they are used by Auth0.
</Card>

***

## Protect Your Tenant

##### Learn how to protect your tenant and rate limits.

<Card title="Tenant Access Control List" href="/docs/secure/tenant-access-control-list">
  Learn how to protect your tenant from unwanted traffic with Tenant Access Control Lists (ACL).
</Card>

***

## Compliance

##### Learn how Auth0 supports compliance frameworks such as GDPR and HIPAA.

<Card title="Data Privacy and Compliance" href="/docs/secure/data-privacy-and-compliance">
  Read about Auth0’s compliance qualifications and data processing.
</Card>
