Managing the application’s users
In the previous modules in this series, you have seen how to build a fully functional application that allows users to create claims and attach images. The application uses several IBM Cloud services to add intelligence to this process. However, the application currently only allows for a single user. There is no account concept and users cannot log in to get access to their own claim information.
In this module, you will add an account model to your system and integrate with IBM Cloud App ID to allow users to sign ...