Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(examples): Update examples app deploy button #612

Merged
merged 1 commit into from
Apr 17, 2024
Merged
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: 2 additions & 2 deletions examples/nextjs-14-react-hook-form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Protecting a Next.js React Hook Form with Arcjet

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Farcjet%2Farcjet-js%2Ftree%2Fmain%2Fexamples%2Fnextjs-14-react-hook-form&project-name=aj-react-hook-form&repository-name=aj-react-hook-form&redirect-url=https%3A%2F%2Fapp.arcjet.com%2Fintegrations%2Fvercel&developer-id=oac_1GEcKBuKBilVnjToj1QUwdb8&integration-ids=oac_1GEcKBuKBilVnjToj1QUwdb8)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/arcjet/arcjet-js/tree/main/examples/nextjs-14-react-hook-form&project-name=aj-react-hook-form&repository-name=aj-react-hook-form&redirect-url=https://app.arcjet.com/teams&developer-id=oac_1GEcKBuKBilVnjToj1QUwdb8&integration-ids=oac_1GEcKBuKBilVnjToj1QUwdb8&demo-title=Protect React Hook Form&demo-description=Protect a Next.js React Hook Form with Arcjet signup form protection.&demo-url=https://github.com/arcjet/arcjet-js/tree/main/examples/nextjs-14-react-hook-form&demo-image=https://app.arcjet.com/img/example-apps/vercel/demo-image.jpg&external-id=aj-react-hook-form)

This example shows how to protect a Next.js React Hook Form with [Arcjet signup
form protection](https://docs.arcjet.com/signup-protection/concepts). It uses
Expand Down Expand Up @@ -53,4 +53,4 @@ be used separately on different routes.

4. Visit `http://localhost:3000`.
5. Submit the form with the example non-existent email to show the errors.
Submit it more than 5 times to trigger the rate limit.
Submit it more than 5 times to trigger the rate limit.
Loading