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

RFE: seamlessly log in when necessary #205

Open
ktdreyer opened this issue Sep 21, 2020 · 0 comments
Open

RFE: seamlessly log in when necessary #205

ktdreyer opened this issue Sep 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ktdreyer
Copy link
Owner

ktdreyer commented Sep 21, 2020

Instead of peppering the code with many ensure_logged_in() calls, we should update the central client code with a list of RPCs that require authentication, and then silently authenticate if we call an RPC on that list and we're not yet logged in.

Not sure how easily we can do this for multicalls. Research needed.

If this idea proves useful and robust, we might be able to submit this to Koji upstream. This would make it easier to use the client and to avoid unnecessary authentications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant