Backendless gives you the capability to implement your own License Manager for creating and validating product licenses for your customers. Here, we examine how to put this into action using JavaScript and API services.
Our Data Service supports a very flexible security mechanism for restricting access to objects stored in Backendless. Security permissions apply to users and roles. A permission can either grant or reject an operation for a particular asset. In the context of Data Service, the asset is an object which your app can retrieve, update or…
Differentiating user behavior in an application by roles is a very common practice. Indeed, as long as you have different workflows in the application, it is likely each workflow would be associated with a specific user role. Take for instance a mobile application to reserve a taxi. One of the user types (roles) is a…