Skip to content

Commit

Permalink
Add guide on how to enable legal consent
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper committed Nov 4, 2024
1 parent 102e347 commit 95cafb5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/authentication/configuration/legal-consent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Express consent to legal documents
description: Learn how to enable legal consent to your application by configuring Clerk's express consent to legal documents.
---

Clerk provides a way to add legal consent to your application by configuring express legal consent. This feature allows you to require users to agree to your terms of service or privacy policy before they can sign up to your application.

## How to enable express express consent to legal documents

To enable express legal consent, you need to create a legal consent document in the Clerk Dashboard. You will have to navigate to **Compliance > Legal** section in the dashboard, you can enable the express consent to legal documents and provide the URLs to your terms of service and privacy policy. Now if you navigate to the sign-up page, you will see a checkbox that requires users to agree to your terms of service and privacy policy before they can sign up!
4 changes: 4 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,10 @@
{
"title": "Restrictions",
"href": "/docs/authentication/configuration/restrictions"
},
{
"title": "Legal consent",
"href": "/docs/authentication/configuration/legal-consent"
}
]
]
Expand Down

0 comments on commit 95cafb5

Please sign in to comment.