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

feat(framework) Add flwr login protos #4244

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

danielnugraha
Copy link
Contributor

@danielnugraha danielnugraha commented Sep 20, 2024

Issue

Description

There is no auth mechanism for user to a SuperLink.

Related issues/PRs

Proposal

Explanation

Add protos as endpoints for user to a SuperLink.

Checklist

  • Implement proposed change
  • Write tests
  • Update documentation
  • Make CI checks pass
  • Ping maintainers on Slack (channel #contributions)

Any other comments?

@@ -52,3 +57,9 @@ message ListRunsResponse {
map<uint64, Run> run_dict = 1;
string now = 2;
}

message LoginRequest {}
message LoginResponse { map<string, string> login_details = 1; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we list out the login details needed, instead of using a dictionary? Just to make it clear.

Comment on lines +64 to +65
message GetAuthTokenRequest { map<string, string> auth_details = 1; }
message GetAuthTokenResponse { map<string, string> auth_tokens = 1; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above.

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.

2 participants