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

Implement FL Authentication and Cycle API Request #47

Closed
mjjimenez opened this issue Feb 16, 2020 · 3 comments
Closed

Implement FL Authentication and Cycle API Request #47

mjjimenez opened this issue Feb 16, 2020 · 3 comments
Assignees

Comments

@mjjimenez
Copy link
Collaborator

This will be implemented in SyftClient class start method here : https://github.com/OpenMined/SwiftSyft/blob/master/SwiftSyft/Classes/SyftClient.swift#L28

The API requests are described here:
OpenMined/PyGrid-deprecated---see-PySyft-#445
Refer to Authentication with PyGrid and FL Worker Cycle Request

The requests can be made by socket messages or HTTP requests but this issue is mainly for the HTTP requests made using URLSession.dataTaskPublisher and chaining the requests.

A seperate issue will be made for using signalling requests.

@ghost
Copy link

ghost commented Feb 19, 2020

@mjjimenez Please, assign it for me

@mjjimenez mjjimenez assigned ghost Feb 20, 2020
@mjjimenez
Copy link
Collaborator Author

@SashaBataieva for the PyGrid API here, they're not live yet but we can proceed with creating the requests on the iOS side for now.

You can follow the updates on that issue here OpenMined/PyGrid-deprecated---see-PySyft-#445

If you have any questions regarding Combine framework, and URLSessionDataTask publisher, we can discuss it here or in slack. I'm just starting to familiarize myself in using it too.

@mjjimenez
Copy link
Collaborator Author

Closed by #60

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

No branches or pull requests

1 participant