Dear community,
We have built an addin for MS Word, currently the addin is automatically downloaded from a Url specified in the Manifest.
In the next step we would like to give only paying customers access to the addin.
Question:
Should we change the html code which is displayed in the sidebar and check if the current signed in user is registered in our database and depending on this check download (from another location) the code for the addin? Or is there another preferred procedure?