Is CORS support required? What are the use cases where code on one website might legitimately try to access an MWS wiki on behalf of a specific user?
What about the security aspect of this? Obviously we probably have to use oauth so that only code on sites the user grants access to can actually make changes.
Should admin paths ever be allowed or only wiki paths? Is there a legitimate reason for external sites to create recipes and bags? Maybe external tools could create their own bags and recipes but shouldn’t be able to access the ACL for them?
I guess we need to provide a way to add internal tools or plugins for the admin side of things, since there is no way we can allow wikis to access admin paths.
But feature requests for the Admin UI are also welcome. I’m sure there are a lot more features we can easily build into the Admin UI.