Skip to content

Commit

Permalink
Changed npm execution command to fix pnpm translation. Fixes #12331
Browse files Browse the repository at this point in the history
  • Loading branch information
Oakwhisper committed Jan 10, 2025
1 parent 9d704a0 commit dc0f313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Accordion, Accordions } from "@/components/Accordion"
Auth.js libraries require you to set an `AUTH_SECRET` environment variable. This is used to encrypt cookies and tokens. It should be a cryptographically secure random string of at least 32 characters:

```bash npm2yarn
npm exec auth secret
npx auth secret
```

If you are using an [OAuth Provider](/concepts/oauth), your provider will provide you with a **Client ID** and **Client Secret** that you will need to set as environment variables as well (in the case of an OIDC provider, like Auth0, a third `issuer` value might be also required, refer to the provider's specific documentation).
Expand Down

0 comments on commit dc0f313

Please sign in to comment.