cypress-nextjs-auth0 icon indicating copy to clipboard operation
cypress-nextjs-auth0 copied to clipboard

Cypress commands to support Auth0 and Next.js

Results 30 cypress-nextjs-auth0 issues
Sort by recently updated
recently updated
newest added

# Bug Report ## Relevant information Unable to set custom cookie properties. The below error pops up (with a slightly adjusted content) when I set either of the following in...

Bumps [terser](https://github.com/terser/terser) from 5.6.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

# Notes In the case of split cookies `preserveAuth0CookiesOnce` does not save the `auth0SessionCookieName.0` cookie. Resolved the issue by filling up the array with 0 instead of 1. Create a...

bug

# Question ## Relevant information Cypress is deprecating Cypress.Cookies.defaults. Is in the timeline to change this? Thanks in advance :)

question

# Feature Request Auth0 also provides logins to Organizations. Add cypress env var 'auth0OrganizationId'. The login() command will login to an organization if 'auth0OrganizationId' env var is set to an...

enhancement

# Bug Report ## Relevant information The paramters for `cy.login` are incorrectly labeled: `cy.login({ username: '[email protected]', password: 'mygreatpassword', })` `cy.login({ auth0Username: '[email protected]', auth0Password: 'mygreatpassword', })` ### Your Environment - Browser:...

## Description Closes #25 Serve encrypted sessions directly from an in-memory cache, performing a full login when necessary on a cache miss. This should happen only once for each user...

# Notes Came across an issue where users created in a non-default connection could not be authorized in testing. ## What I did - Update the function in `src/commands/get-user-tokens.js` to...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies