User management is one of the most important aspects of your web application, especially when connecting a CMS like Scrivito to it. You need to secure your content from being changed by unauthorised users and allow your editors to change the pages they need to. Scrivito does not include a user management system. However, it's not difficult to integrate an existing solution.
In this tutorial, we will add a very simple log-in mechanism to an existing Scrivito application. If you want to, you can use your own application to follow along, or, if you don’t have one, you can use the guide for integrating Scrivito. Bootstrap is used in this tutorial, but you can also follow the instructions without using it. So let's get started.