User Access#
User access focuses on the secure access to application data. The login procedure is required to access locally stored data. The registration procedure is required to access data shared between applications.
The above-mentioned procedures are visible to the application user while the actual data exchange between application instances remains seamless. It requires two more features. The data synchronization requires knowledge of users and their roles from the user registry. To set up new users in the user registry, the registration procedure is required and to store the database securely, the secure storage enabled via login is required.