Need help finding Auth0 environment variable "auth0CookieSecret"

I’m trying to replicate this example to set up a login method for my cypress e2e tests. I’m on step 5 in the read me I’m having trouble figuring out what my “auth0CookieSecret” should be set to or where to find it. All the other variables I was able to get from my application setting in auth0 like the client secret, the auth0 Client ID, and all the URLs but I can’t seem to figure out where to find what my auth0CookieSecret should be set as.

Can anyone point me in the right direction? I’ve created a Single Page application just for cypress testing on the auth0 already and have all other environment variables filled in on my cypress.env.json.

Hey there @JWitt welcome to the community!

It looks like this is just a randomly generated string you create, similar to our nextjs-auth0 SDK:

Ah ok thanks @tyf , I’ll give that a try!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.