microsoft / live-share-sdk

A framework for building collaborative Microsoft Teams and M365 experiences.
Other
94 stars 29 forks source link

[Feature Request]: Remove registerClientId #740

Open ryanbliss opened 7 months ago

ryanbliss commented 7 months ago

We have found that the ILiveShareHost registerClientId() function is not actually necessary. Because userId is included in the Fluid token, we can safely have each client get the Teams userId from Fluid audience, and then use the userId for things like role verification (rather than clientId).