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

WIP: Split auth methods off the main users RPC protocol #2230

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

leth
Copy link

@leth leth commented Aug 10, 2018

This PR aims to make it more explicit what the purpose of the "Lookup*" methods are, and separate them from the other users service RPC methods.
This should help to improve our Hard To Misuse Score.

I would also like to suggest that we do a similar thing in future for when one service answers different types of request.
For example, if a service answers unauthenticated public requests, authenticated user requests, and internal requests (unauthenticated, commonly grpc-only), we should split those requests into different protobuf services.

@leth leth added component/users chore refinement/improvement of end user functionality; making things work better labels Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore refinement/improvement of end user functionality; making things work better component/users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant