2016 | OriginalPaper | Chapter
6. Password Protecting Sensitive Actions and Areas
Published in:
Pro PHP and jQuery
Abstract
Now that your app can add, edit, and remove events, you need to protect those actions by requiring users to log in before they can make any changes. You’ll need to create a new table in the database and a new class in the app to make this happen; you’ll also need to make a few modifications to existing files.