I am following the qwik docs to use Qwik+Auth.js, below is the docs about integrating Auth.js:
https://qwik.builder.io/docs/integrations/authjs/
I ran the installation command below:
npm run qwik add auth
but there are some errors in Command Line Window:
Error shown in screenshot below.
it says that needing to define a secret.How to define the secret? I use windows 11.