Licensing Service
UBuild makes use of this service to authenticate and communicate License information between our database and the UBuild app. This service is a RESTful API which is secured using a unique token and a 24-character-long, session-locked and private password. Even though this service is considered "safe" and "secure", no personal/private information is ever sent to this service. This service will only authenticate and respond with basic license information (see License Profiles).
Authentication
UBuild authenticates licenses via our own UBuild Licensing Service, this service authenticates licenses based on a static token given to the license holder (ex: MyCompany_dsf8sfd) and a session-based password. The app will first request a session-based password using the static token, then from that point on use that token & password to authenticate further sessions. You can activate UBuild on multiple computers using the same token but each will be issued a different password to define the session.