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

Remove the hardcoding of the JWT calls + switch to session fetcher fo… #9

Merged
merged 1 commit into from
Mar 5, 2016

Conversation

shankari
Copy link
Contributor

@shankari shankari commented Mar 5, 2016

…r the remote call

Now that we have fixed the generic JWT auth, we can switch to actually using
it. But after we did that, we found that actual remote call was also not
working although we did use NSURLConnection. Tried switching that to
GTMSessionFetcher as well and it worked!!

It is not using a background session since the input is still a data object and
not a file. Must be something to do with the thread or queue being used, since
I was using the main queue before.

…r the remote call

Now that we have fixed the generic JWT auth, we can switch to actually using
it. But after we did that, we found that actual remote call was also not
working although we did use NSURLConnection. Tried switching that to
GTMSessionFetcher as well and it worked!!

It is not using a background session since the input is still a data object and
not a file. Must be something to do with the thread or queue being used, since
I was using the main queue before.
shankari added a commit that referenced this pull request Mar 5, 2016
Remove the hardcoding of the JWT calls + switch to session fetcher fo…
@shankari shankari merged commit 4496bc0 into e-mission:master Mar 5, 2016
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