Skip to content

Commit 672c822

Browse files
authored
Merge pull request #77 from carlastabile/patch-1
Update example links in README.md for async tasks
2 parents 3a13f84 + eb85e09 commit 672c822

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

asynchronous-authorization/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Explore the following examples demonstrating the integration of **Auth0** with d
88

99
- **Vercel AI SDK + Node.js (JavaScript):**
1010
A simple Node.js application that demonstrates how to use Vercel AI SDK and Auth0 to get user confirmation for async tasks.
11-
[View Example](https://github.com/auth0-samples/auth0-ai-samples/tree/main/async-user-confirmation/vercel-ai-node-js)
11+
[View Example](https://github.com/auth0-samples/auth0-ai-samples/tree/main/asynchronous-authorization/vercel-ai-node-js)
1212

1313
- **Vercel AI SDK + Next.js (JavaScript):**
1414
A Next.js application that demonstrates how to use Vercel AI SDK and Auth0 to get user confirmation for async tasks.
15-
[View Example](https://github.com/auth0-samples/auth0-ai-samples/tree/main/async-user-confirmation/vercel-ai-next-js)
15+
[View Example](https://github.com/auth0-samples/auth0-ai-samples/tree/main/asynchronous-authorization/vercel-ai-next-js)
1616

1717
- **Langchain + FastAPI (Python):**
1818
A FastAPI application that demonstrates how to use Langchain and Auth0 to get user confirmation for async tasks.
19-
[View Example](https://github.com/auth0-samples/auth0-ai-samples/tree/main/async-user-confirmation/langchain-fastapi-py)
19+
[View Example](https://github.com/auth0-samples/auth0-ai-samples/tree/main/asynchronous-authorization/langchain-fastapi-py)
2020

2121
- **Langchain + Next.js (JavaScript):**
2222
A Next.js application that demonstrates how to use Langchain and Auth0 to get user confirmation for async tasks.
23-
[View Example](https://github.com/auth0-samples/auth0-ai-samples/tree/main/async-user-confirmation/langchain-next-js)
23+
[View Example](https://github.com/auth0-samples/auth0-ai-samples/tree/main/asynchronous-authorization/langchain-next-js)

0 commit comments

Comments
 (0)