Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions main/docs/quickstart/backend/aspnet-core-webapi/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: 'ASP.NET Core Web API'
description: 'Add Auth0 JWT authentication to an ASP.NET Core Web API with protected endpoints'
---
import {JsonLd} from "/snippets/JsonLd.jsx";

<JsonLd />

<Callout icon="pencil" color="#FFC107" iconType="solid">
This Quickstart is currently in **Beta**. We'd love to hear your feedback!
</Callout>
Expand Down
4 changes: 4 additions & 0 deletions main/docs/quickstart/backend/fastapi/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ description: 'Add Auth0 JWT authentication to an FastAPI with protected endpoint
sidebarTitle: FastAPI API
title: 'FastAPI API'
---
import {JsonLd} from "/snippets/JsonLd.jsx";

<JsonLd />

<Accordion title="AI Prompt" defaultOpen icon="microchip-ai" iconType="sharp-solid">
**Using AI to integrate Auth0?** Add this prompt to Cursor, Windsurf, Copilot, Claude Code or your favourite AI-powered IDE to speed up development.

Expand Down
4 changes: 4 additions & 0 deletions main/docs/quickstart/backend/fastify/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebarTitle: Fastify API
title: Protect Your Fastify API
---

import {JsonLd} from "/snippets/JsonLd.jsx";

<JsonLd />

<Accordion title="Use AI to integrate Auth0" icon="microchip-ai" iconType="solid" defaultOpen>

If you use an AI coding assistant like Claude Code, Cursor, or GitHub Copilot, you can add Auth0 API authentication automatically in minutes using [agent skills](https://agentskills.io/home).
Expand Down
5 changes: 4 additions & 1 deletion main/docs/quickstart/backend/golang/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ title: Protect Your Go API
---

import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx";
import {JsonLd} from "/snippets/JsonLd.jsx";

<JsonLd />

export const envSnippet = `# The URL of your Auth0 Tenant Domain.
# If you're using a Custom Domain, set this to that value instead.
Expand Down Expand Up @@ -887,7 +890,7 @@ Now that you have a protected API, consider exploring:
- **[Role-Based Access Control](https://auth0.com/docs/manage-users/access-control/rbac)** — Implement fine-grained permissions
- **[Access Token Best Practices](https://auth0.com/docs/secure/tokens/access-tokens)** — Learn about token security
- **[Monitor Your API](https://auth0.com/docs/deploy-monitor/logs)** — Set up logging and monitoring
- **[Production Checklist](https://auth0.com/docs/deploy-monitor/production-checks)** — Pre-launch security review
- **[Production Readiness Checks](https://auth0.com/docs/deploy-monitor/pre-deployment-checks/production-checks-best-practices)** — Pre-launch security review

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Java Springboot API"
description: "Add Auth0 JWT authentication to a Spring Boot API with protected endpoints"
---

import {JsonLd} from "/snippets/JsonLd.jsx";

<JsonLd />

<Callout icon="pencil" color="#FFC107" iconType="solid">
This Quickstart is currently in **Beta**. We'd love to hear your feedback!
</Callout>
Expand Down
4 changes: 4 additions & 0 deletions main/docs/quickstart/backend/python/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: 'Flask API'
description: 'This guide demonstrates how to integrate Auth0 with any new or existing Python API built with Flask.'
---

import {JsonLd} from "/snippets/JsonLd.jsx";

<JsonLd />

<Note>
**Prerequisites:** Before you begin, ensure you have the following installed:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebarTitle: Android Facebook Login
title: Add Native Facebook Login to Your Android Application
---

import {JsonLd} from "/snippets/JsonLd.jsx";

<JsonLd />

## Before You Start

Complete these prerequisites before following this quickstart:
Expand Down
Loading
Loading