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

OAuth connection improvements #37

Merged
merged 1 commit into from Jun 15, 2021
Merged

Conversation

broderickhyman
Copy link
Collaborator

  • Force the oauth config to be read as a string.
  • Fix issue where the promise chain was broken by an exception.
  • Return a LoggedOutException to prevent a null reference.

The .AsString() in AuthenticationFactory isn't a great fix but it fixed the issue. I wasn't able to reproduce the issue outside of our codebase but some of the time the json stream wouldn't be fully loaded when it tried to read it so it failed as being malformed. Turning the json into a string fixes it.

- Fix issue where the promise chain was broken by an exception.
- Return a LoggedOutException to prevent a null reference.
@erdomke erdomke merged commit f8e3bd2 into erdomke:master Jun 15, 2021
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.

None yet

2 participants