Push on main #1688
GitHub Actions / Test Results
succeeded
Feb 2, 2024 in 0s
All 60 tests pass in 0s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
60 tests found
There are 60 tests, see "Raw output" for the full list of tests.
Raw output
src/index.test.ts ‑ Auth0 Remix Server > The secure decoding of the tokens > can report the correct error when the token is not valid
src/index.test.ts ‑ Auth0 Remix Server > The secure decoding of the tokens > can successfully decode an ID token
src/index.test.ts ‑ Auth0 Remix Server > The secure decoding of the tokens > can successfully decode an access token
src/index.test.ts ‑ Auth0 Remix Server > getting the user > when the access token is valid > and the user profile fetch fails > redirects to the failed url
src/index.test.ts ‑ Auth0 Remix Server > getting the user > when the access token is valid > and the user profile fetch succeeds > returns the user
src/index.test.ts ‑ Auth0 Remix Server > getting the user > when the access token is valid > and there is a user cache in place > returns the cached result
src/index.test.ts ‑ Auth0 Remix Server > getting the user > when the access token is valid > and there is a user cache in place > when the cache misses > calls out to auth0
src/index.test.ts ‑ Auth0 Remix Server > getting the user > when the token is expired > and there is no other loader refreshing the token > and there is a refresh token > calls the credentials escape hatch callback
src/index.test.ts ‑ Auth0 Remix Server > getting the user > when the token is expired > and there is no other loader refreshing the token > and there is a refresh token > does not redirect with the server strategy enabled
src/index.test.ts ‑ Auth0 Remix Server > getting the user > when the token is expired > and there is no other loader refreshing the token > and there is a refresh token > redirects to the failed login url when the refresh fails
src/index.test.ts ‑ Auth0 Remix Server > getting the user > when the token is expired > and there is no other loader refreshing the token > and there is a refresh token > returns the correct credentials with the rotation off
src/index.test.ts ‑ Auth0 Remix Server > getting the user > when the token is expired > and there is no other loader refreshing the token > and there is a refresh token > returns the correct credentials with the rotation on
src/index.test.ts ‑ Auth0 Remix Server > getting the user > when the token is expired > and there is no other loader refreshing the token > and there is a refresh token > returns the user when there is an ongoing refresh
src/index.test.ts ‑ Auth0 Remix Server > getting the user > when the token is expired > and there is no other loader refreshing the token > and there is no refresh token > redirects to the failed login url
src/index.test.ts ‑ Auth0 Remix Server > getting the user > when the token validation fails > redirects to the failed login url
src/index.test.ts ‑ Auth0 Remix Server > getting the user > when there are no credentials returned > redirects to the failed login url
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a GET > and there is a success url > calls the token escape hatch
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a GET > and there is a success url > redirects to the success url
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a GET > and there is no success url > includes the refresh token if the rotation is set
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a GET > and there is no success url > returns the user profile
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a GET > handles auth0 failures
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a GET > handles unknown failures
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a GET > redirects to the failed login url if the token exchange fails
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a GET > redirects to the overridden failed login url if the token exchange fails
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a POST > and there is a success url > calls the token escape hatch
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a POST > and there is a success url > redirects to the success url
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a POST > and there is no success url > includes the refresh token if the rotation is set
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a POST > and there is no success url > returns the user profile
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a POST > handles auth0 failures
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a POST > handles unknown failures
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a POST > redirects to the failed login url if the token exchange fails
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is a code in the exchange as a POST > redirects to the overridden failed login url if the token exchange fails
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is no code in the exchange > redirects to the failed login url
src/index.test.ts ‑ Auth0 Remix Server > handling the callback token exchange > when there is no code in the exchange > redirects to the overridden failed login url
src/index.test.ts ‑ Auth0 Remix Server > logging out > calls the correct url
src/index.test.ts ‑ Auth0 Remix Server > logging out > includes the headers supplied
src/index.test.ts ‑ Auth0 Remix Server > the authorization process > adds custom callback url parameters
src/index.test.ts ‑ Auth0 Remix Server > the authorization process > adds the connection when needed
src/index.test.ts ‑ Auth0 Remix Server > the authorization process > adds the organisation if needed
src/index.test.ts ‑ Auth0 Remix Server > the authorization process > does silent auth if asked
src/index.test.ts ‑ Auth0 Remix Server > the authorization process > forces the login if asked
src/index.test.ts ‑ Auth0 Remix Server > the authorization process > forces the signup if asked
src/index.test.ts ‑ Auth0 Remix Server > the authorization process > prioritizes the silent login over the force
src/index.test.ts ‑ Auth0 Remix Server > the authorization process > redirects to the authorization endpoint
src/index.test.ts ‑ Auth0 Remix Server > the authorization process > uses get when post is set to false
src/index.test.ts ‑ Auth0 Remix Server > the authorization process > uses post when post is not set
src/index.test.ts ‑ Auth0 Remix Server > the authorization process > uses post when post is set to true
src/index.test.ts ‑ Auth0 Remix Server > the authorization process > works correctly when both are asked
src/index.test.ts ‑ Auth0 Remix Server > the verification functions > can report a failed access token validity
src/index.test.ts ‑ Auth0 Remix Server > the verification functions > can report a failed id token validity
src/index.test.ts ‑ Auth0 Remix Server > the verification functions > can report the correct error when the token is invalid
src/index.test.ts ‑ Auth0 Remix Server > the verification functions > can successfully verify an access token
src/index.test.ts ‑ Auth0 Remix Server > the verification functions > can successfully verify an id token
src/lib/ensureDomain.test.ts ‑ The domain format parser > should return the domain with https
src/lib/ensureDomain.test.ts ‑ The domain format parser > should throw an error if the domain is not defined
src/lib/session.test.ts ‑ The session helper > when getting the user credentials from a session > should return the credentials from the session cookie
src/lib/session.test.ts ‑ The session helper > when getting the user credentials from a session > should throw if no session found in cookie
src/lib/session.test.ts ‑ The session helper > when saving the user to a session > should return empty headers if there is no session management
src/lib/session.test.ts ‑ The session helper > when saving the user to a session > should return the credentials from the session cookie
src/lib/transformUserData.test.ts ‑ transformUserData > should work
Loading