Hi all,
As the milestones doc notes, in the
current milestone we're building a new public C++ API for the signin codebase: essentially building out the API surface of the client library, but backed directly by the signin C++ code.
This new public C++ API currently lives in //services/identity/public/cpp. However, I'm now thinking that it would provide clarity to this stage of the project for it to instead live in //components/signin/public/browser: that way, it's clear what it is and what it isn't (yet). It's also clear that if you want to connect to the Identity Service today, you should do so via //services/identity/public/mojom.
Does anyone have strong feelings about this proposal one way or the other?
Thanks,
Colin