Skip to content

Instantly share code, notes, and snippets.

@sir-dunxalot
Created May 26, 2020 02:02
Show Gist options
  • Save sir-dunxalot/1667e645658ee20a0999d8ad1f92f0a1 to your computer and use it in GitHub Desktop.
Save sir-dunxalot/1667e645658ee20a0999d8ad1f92f0a1 to your computer and use it in GitHub Desktop.
cypress-nextjs-auth0__cypress-env
{
"auth0Domain": "YOURAPP.auth0.com",
"auth0Audience": "https://YOURAPP.auth0.com/api/v2/",
"auth0Username": "mytestuser@email.com",
"auth0Password": "mytestuserpassword",
"auth0Scope": "openid profile email",
"auth0ClientId": "YOURCLIENTID",
"auth0ClientSecret": "YOURCLIENTSECRET",
"auth0CookieSecret": "YOURCOOKIEID",
"sessionCookieName": "a0:session",
"stateCookieName": "a0:state"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment