Skip to content

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

Open
leth wants to merge 1 commit intomainfrom
users-cleanup
Open

WIP: Split auth methods off the main users RPC protocol#2230
leth wants to merge 1 commit intomainfrom
users-cleanup

Conversation

@leth
Copy link
Copy Markdown

@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