security - SaaS - How to prove users/client that they are using the same code always in the server? -
let's suppose have open source project running in server. is there common way prove users we're using same code 1 published? there never implicit guarantee remote service what's described in manifest, though reputation of service what's directly considered. what's more, saas delivery model, , doesn't define set of protocols or contracts between client , service. merely defines approach building , serving public platform. it's term more relevant describing building process of service , it's intended market describing nitty-gritty operational details. if such thing needed implemented part of contract between client , server, 1 @ implementing native hashing solution using hmacs. identity mechanism implemented using salted access tokens similar oauth, using files of codebase generate checksum. guarantee if code executed once, same code running long hash generated did not change (though there's once again no guarantee hash being pub...