Skip to content

Commit 4c7df34

Browse files
committed
stronger statement for custom verifiers
1 parent ed43411 commit 4c7df34

19 files changed

Lines changed: 19 additions & 19 deletions

pages/home/auth-providers/asana.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you choose to use Arcade's Asana auth, you don't need to configure anything.
2929
## Use Your Own Asana App Credentials
3030

3131
<Note>
32-
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). This enables your app to verify the user's identity when they authorize a tool.
32+
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). Without this, your end-users will not be able to use your app or agent in production.
3333
</Note>
3434

3535
In a production environment, you will most likely want to use your own Asana app credentials. This way, your users will see your application's name requesting permission.

pages/home/auth-providers/atlassian.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This auth provider is used by:
2222
## Configuring Atlassian auth
2323

2424
<Note>
25-
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). This enables your app to verify the user's identity when they authorize a tool.
25+
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). Without this, your end-users will not be able to use your app or agent in production.
2626
</Note>
2727

2828
In a production environment, you will most likely want to use your own Atlassian app credentials. This way, your users will see your application's name requesting permission.

pages/home/auth-providers/discord.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This auth provider is used by:
2222
## Configuring Discord auth
2323

2424
<Note>
25-
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). This enables your app to verify the user's identity when they authorize a tool.
25+
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). Without this, your end-users will not be able to use your app or agent in production.
2626
</Note>
2727

2828
In a production environment, you will most likely want to use your own Discord app credentials. This way, your users will see your application's name requesting permission.

pages/home/auth-providers/dropbox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This auth provider is used by:
2222
## Configuring Dropbox auth
2323

2424
<Note>
25-
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). This enables your app to verify the user's identity when they authorize a tool.
25+
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). Without this, your end-users will not be able to use your app or agent in production.
2626
</Note>
2727

2828
In a production environment, you will most likely want to use your own Dropbox app credentials. This way, your users will see your application's name requesting permission.

pages/home/auth-providers/github.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This auth provider is used by:
2222
## Configuring GitHub auth
2323

2424
<Note>
25-
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). This enables your app to verify the user's identity when they authorize a tool.
25+
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). Without this, your end-users will not be able to use your app or agent in production.
2626
</Note>
2727

2828
In a production environment, you will most likely want to use your own GitHub app credentials. This way, your users will see your application's name requesting permission.

pages/home/auth-providers/google.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This auth provider is used by:
2323
## Configuring Google auth
2424

2525
<Note>
26-
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). This enables your app to verify the user's identity when they authorize a tool.
26+
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). Without this, your end-users will not be able to use your app or agent in production.
2727
</Note>
2828

2929
In a production environment, you will most likely want to use your own Google app credentials. This way, your users will see your application's name requesting permission.

pages/home/auth-providers/hubspot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you choose to use Arcade's Hubspot auth, you don't need to configure anything
2828
## Use Your Own Hubspot App Credentials
2929

3030
<Note>
31-
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). This enables your app to verify the user's identity when they authorize a tool.
31+
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). Without this, your end-users will not be able to use your app or agent in production.
3232
</Note>
3333

3434
In a production environment, you will most likely want to use your own Hubspot app credentials. This way, your users will see your application's name requesting permission.

pages/home/auth-providers/linear.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This auth provider is used by:
1616
## Configuring Linear auth
1717

1818
<Note>
19-
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). This enables your app to verify the user's identity when they authorize a tool.
19+
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). Without this, your end-users will not be able to use your app or agent in production.
2020
</Note>
2121

2222
In a production environment, you will most likely want to use your own Linear app credentials. This way, your users will see your application's name requesting permission.

pages/home/auth-providers/linkedin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This auth provider is used by:
1616
## Configuring LinkedIn auth
1717

1818
<Note>
19-
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). This enables your app to verify the user's identity when they authorize a tool.
19+
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). Without this, your end-users will not be able to use your app or agent in production.
2020
</Note>
2121

2222
In a production environment, you will most likely want to use your own LinkedIn app credentials. This way, your users will see your application's name requesting permission.

pages/home/auth-providers/microsoft.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This auth provider is used by:
2222
## Configuring Microsoft auth
2323

2424
<Note>
25-
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). This enables your app to verify the user's identity when they authorize a tool.
25+
When using your own app credentials, make sure you configure your project to use a [custom user verifier](/home/auth/secure-auth-production#build-a-custom-user-verifier). Without this, your end-users will not be able to use your app or agent in production.
2626
</Note>
2727

2828
In a production environment, you will most likely want to use your own Microsoft app credentials. This way, your users will see your application's name requesting permission.

0 commit comments

Comments
 (0)