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 iOS returning access token instead of session object when re-authing #112

Closed
wants to merge 3 commits into from

Conversation

djwillcaine
Copy link
Contributor

When making a call to the authorize method I noticed a bug in the iOS implementation. The first time it is called, a session object is correctly returned. If the method is called a second time, when a session has already been initialized, it incorrectly returns just the accessToken string as opposed to the whole session object.

Tested and working :)

@djwillcaine djwillcaine force-pushed the master branch 2 times, most recently from 305d9df to c3a25ef Compare March 26, 2021 18:01
@djwillcaine
Copy link
Contributor Author

Re-opening under a new PR with the commits organised a bit better

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.

1 participant