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.