-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

PHP Web Development with Laminas
By :

This chapter covers one of the essential topics for developing secure applications – authentication. Authentication is an identity check. An example of authentication in the physical world is the request for an identity document to get into a building.
In this chapter, you will learn how to implement this checking process with event-oriented programming. We will first create tests for login and logout actions, and then we will create these actions. After that, we will implement user authentication for the Inventory
module. For this, we will create an employee registration. Finally, we will implement a user identity check based on events.
In this chapter, we’ll be covering the following topics:
Inventory
moduleInventory
module At the end of...