Skip to content

Commit

Permalink
docs: fix wrong reference link to core/providers
Browse files Browse the repository at this point in the history
  • Loading branch information
waigel authored Feb 18, 2024
1 parent 0b00ade commit 26c53ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frameworks-express/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* You will also need to load the environment variables into your runtime environment. For example in Node.js with a package like [`dotenv`](https://www.npmjs.com/package/dotenv) or `Deno.env` in Deno.
*
* ### Provider Configuration
* The callback URL used by the [providers](https://authjs.dev/reference/core/modules/providers) must be set to the following, unless you mount the `ExpressAuth` handler on a different path:
* The callback URL used by the [providers](https://authjs.dev/reference/core/providers) must be set to the following, unless you mount the `ExpressAuth` handler on a different path:
*
* ```
* [origin]/auth/callback/[provider]
Expand Down

0 comments on commit 26c53ad

Please sign in to comment.