Skip to content

Commit 005d7cd

Browse files
committed
docs: add reference to custom user verifier demo server
Add an info callout to the "Secure Auth in Production" guide pointing readers to the custom-user-verifier demo repo as a working example they can run locally or hand to a coding agent. Made-with: Cursor
1 parent 77c458b commit 005d7cd

File tree

1 file changed

+8
-0
lines changed
  • app/en/guides/user-facing-agents/secure-auth-production

1 file changed

+8
-0
lines changed

app/en/guides/user-facing-agents/secure-auth-production/page.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ When your users authorize a tool, Arcade.dev will redirect the user's browser to
4747

4848
If you need help, join the [Implementing a custom user verifier](https://github.com/ArcadeAI/arcade-ai/discussions/486) GitHub discussion and we'll be happy to assist.
4949

50+
<Callout type="info">
51+
For a complete working example, see the [custom user verifier demo
52+
server](https://github.com/ArcadeAI/custom-user-verifier). It's a minimal
53+
Python Flask app you can run locally to test the verification flow, use as a
54+
reference when building your own, or to provide as a sample to your coding
55+
agent (e.g. Claude Code, Cursor Agent, etc).
56+
</Callout>
57+
5058
import { Steps, Tabs, Callout } from "nextra/components";
5159

5260
<Steps>

0 commit comments

Comments
 (0)