Skip to content
Merged
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
13 changes: 13 additions & 0 deletions main/docs/quickstart/native/ionic-angular/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ import {AuthCodeGroup} from "/snippets/AuthCodeGroup.jsx";
import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx";
import {CreateInteractiveApp} from "/snippets/recipe.jsx";

<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 authentication automatically in minutes using [agent skills](https://agentskills.io/home).
First, install the Auth0 agent skills:
```bash
npx skills add auth0/agent-skills --skill auth0-quickstart --skill auth0-ionic-angular
```
Then, ask your AI assistant:
```text
Add Auth0 authentication to my Ionic Angular app
```
Your AI assistant will automatically create your Auth0 application, fetch credentials, install the Auth0 Angular SDK and Capacitor plugins, configure deep linking, and implement login/logout flows with native browser integration. Learn more about [Auth0 agent skills](/quickstart/agent-skills).
</Accordion>
Comment thread
NandanPrabhu marked this conversation as resolved.

## Get Started

This quickstart demonstrates how to add Auth0 authentication to an Ionic Angular application with Capacitor. You'll build a mobile-ready app with login, logout, and user profile features using the Auth0 Angular SDK and Capacitor's native browser plugins.
Expand Down
13 changes: 13 additions & 0 deletions main/docs/quickstart/native/ionic-react/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ import {AuthCodeGroup} from "/snippets/AuthCodeGroup.jsx";
import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx";
import {CreateInteractiveApp} from "/snippets/recipe.jsx";

<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 authentication automatically in minutes using [agent skills](https://agentskills.io/home).
First, install the Auth0 agent skills:
```bash
npx skills add auth0/agent-skills --skill auth0-quickstart --skill auth0-ionic-react
```
Then, ask your AI assistant:
```text
Add Auth0 authentication to my Ionic React app
```
Your AI assistant will automatically create your Auth0 application, fetch credentials, install the Auth0 React SDK and Capacitor plugins, configure deep linking, and implement login/logout flows with native browser integration. Learn more about [Auth0 agent skills](/quickstart/agent-skills).
</Accordion>
Comment thread
NandanPrabhu marked this conversation as resolved.

## Get Started

This quickstart demonstrates how to add Auth0 authentication to an Ionic React application with Capacitor. You'll build a mobile-ready app with login, logout, and user profile features using the Auth0 React SDK and Capacitor's native browser integration.
Expand Down
13 changes: 13 additions & 0 deletions main/docs/quickstart/native/ionic-vue/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ import {AuthCodeGroup} from "/snippets/AuthCodeGroup.jsx";
import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx";
import {CreateInteractiveApp} from "/snippets/recipe.jsx";

<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 authentication automatically in minutes using [agent skills](https://agentskills.io/home).
First, install the Auth0 agent skills:
```bash
npx skills add auth0/agent-skills --skill auth0-quickstart --skill auth0-ionic-vue
```
Then, ask your AI assistant:
```text
Add Auth0 authentication to my Ionic Vue app
```
Your AI assistant will automatically create your Auth0 application, fetch credentials, install the Auth0 Vue SDK and Capacitor plugins, configure deep linking, and implement login/logout flows with native browser integration. Learn more about [Auth0 agent skills](/quickstart/agent-skills).
</Accordion>
Comment thread
NandanPrabhu marked this conversation as resolved.

## Get Started

This quickstart demonstrates how to add Auth0 authentication to an Ionic Vue application running on iOS and Android with Capacitor. You'll build a secure mobile app with login, logout, and user profile features using the Auth0 Vue SDK and Capacitor's native browser plugins.
Expand Down
Loading