You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ts/clerk/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ The frontend can be deployed to Vercel. Follow these steps:
119
119
3. Select `frontend` as the root directory for the Vercel project.
120
120
121
121
Once you have your frontend deployed:
122
-
* Update the *Allowed Callback URLs*, *Allowed Logout URLs* & *Allowed Web Origins* settings in your application on Auth0 with the deployed Vercel URL.
122
+
* Update the `AUTHORIZED_PARTIES` array in `auth/config.ts` to include the deployed Vercel URL.
123
123
* Set the `allow_origins_with_credentials` in the `encore.app` (see below) file to the deployed Vercel URL.
Copy file name to clipboardExpand all lines: ts/prisma/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This is a RESTful API Starter with [Prisma](https://prisma.io) as ORM to handle
7
7
When you have [installed Encore](https://encore.dev/docs/ts/install), you can create a new Encore application and clone this example with this command.
0 commit comments