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

Moved fetching Apple JWT keys from token to provider #29

Merged
merged 1 commit into from
Aug 25, 2021
Merged

Moved fetching Apple JWT keys from token to provider #29

merged 1 commit into from
Aug 25, 2021

Conversation

tjveldhuizen
Copy link
Contributor

@tjveldhuizen tjveldhuizen commented Aug 3, 2021

Since AccessToken is serialized in specific set-ups, existence of the httpClient leads to problems, since closures are not serializable. Also, it's not necessary to keep the httpClient there, since it's only used in the constructor.

Fixes #26, Fixes #28

Since AccessToken is serialized in specific set-ups, existence of the httpClient leads to problems, since closures are not serializable. Also, it's not necessary to keep the httpClient there, since it's only used in the constructor.

Fixes #26, #28
@patrickbussmann
Copy link
Owner

Thanks @tjveldhuizen for your pull request.
I will check it on the weekend and when everything is fine I'll approve and merge.

@tjveldhuizen
Copy link
Contributor Author

@patrickbussmann Have you been able to have a look at this?

@patrickbussmann patrickbussmann merged commit 5f20997 into patrickbussmann:main Aug 25, 2021
@patrickbussmann
Copy link
Owner

Yes sorry. I wanted to improve the test cases and moving to GitHub Actions, too.
Now its released + tag + version.

Thanks for your work. 👍

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.

Serialization of 'Closure' is not allowed AppleAccessToken can not be serialized
2 participants