QuickAuthPHP – One script for web authentication. Multi-user. No database required.

llagerlof

Lawrence Lagerlof

Posted on November 27, 2018

QuickAuthPHP – One script for web authentication. Multi-user. No database required.

Goal

Sometimes you have a small web application that you want to keep private, but don't have time to implement a proper database authentication system, nor .htaccess is suitable for your needs (or you hate native browser authentication, like me). If this is true for you, QuickAuthPHP is a super fast solution.

Project website

github.com/llagerlof/QuickAuthPHP

What it does?

  • Add a single login form to any webpage on your server.
  • You can have multiple logins and passwords.

Goodies

  • One single script easy to configure and install.
  • Non obstrusive. You only need to require_once() the script in your web pages.
  • No dependencies.
  • No need to change HTML, Javascript or CSS in your pages.
  • Secure.

What will you need?

  • A working web server with PHP 5.5 or above (preferably 7.x).
  • The file auth.php.
💖 💪 🙅 🚩
llagerlof
Lawrence Lagerlof

Posted on November 27, 2018

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related