Course
summary


    0 chapters available

Loading...

Create a dynamic website with PHP

Difficulty: Beginner ● Progress: 0 / 0 modules completed

Managing basic authentication

nicolasbrondinbernard_A_lock._100_white_background.jpg

When it comes to creating a basic authentication system in PHP, you need to master several concepts:

  • Logging the user in
  • Knowing who is authenticated and who isn't
  • Reconnecting the user on each visit
  • Logging the user out

You need a free account to read this module