The documentation for NextAuth.js says that I can generate a secret for next auth by entering this command:
openssl rand -base64 32
Here is the documentation: https://next-auth.js.org/configuration/options#nextauth_secret
However, when I enter the command in the terminal within VS code I get this error.
I'm trying to run this command on Windows.
openssl rand -base64 32
– Launcelot