Summary
Access to our app and data needs to be secure. In the Genie framework, this security is provided by the GenieAuthentication
plugin.
In this chapter, we learned how to configure this plugin and set up the database accordingly. Then, we coded functionality for registering a user, so that we could restrict access to the app itself. The next step was restricting access to the app’s data itself. Finally, we updated our tests to prove that everything still works.
In the next chapter, we’ll finally add the eagerly awaited dashboard functionality to our ToDo app!