Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix logout with Auth0 #881

Merged
merged 31 commits into from
Sep 1, 2022
Merged

Fix logout with Auth0 #881

merged 31 commits into from
Sep 1, 2022

Conversation

mraible
Copy link
Contributor

@mraible mraible commented Aug 30, 2022

Fixes #782.

The biggest change is migrating to Expo SDK 46, which updates to the latest React Native and React versions.

docs/oauth2-oidc.md Outdated Show resolved Hide resolved
@mraible mraible closed this Aug 31, 2022
@mraible mraible reopened this Aug 31, 2022
generators/heroku/index.js Outdated Show resolved Hide resolved
@mraible mraible closed this Sep 1, 2022
@mraible mraible reopened this Sep 1, 2022
@mraible
Copy link
Contributor Author

mraible commented Sep 1, 2022

I disabled the iOS E2E GitHub workflow since tests aren't passing. I did get detox to work locally. The error when running detox in CI is:

03:04:36.369 detox[17902] INFO:  Employee Screen Tests: should allow you to create, update, and delete the Employee entity
03:04:42.838 detox[17902] INFO:  [AppleSimUtils.js] host.exp.Exponent launched. To watch simulator logs, run:
        /usr/bin/xcrun simctl spawn AD390904-C412-4E47-A4AA-2E56F70F8AEB log stream --level debug --style compact --predicate 'process == "Expo Go"'
03:04:45.223 detox[17902] WARN:  [DetoxConnection.js/ERROR, #49487] Action dispatched too early, there is no session to use:

HINT: Please report this issue on our GitHub tracker:
https://github.com/wix/Detox/issues

{
  type: 'AppWillTerminateWithError',
  messageId: -10000,
  params: [Object]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Auth0
1 participant