ttek/tk-auth

A base lib for authentication in websites

8.0.0 2023-06-27 00:00 UTC

README

Project: ttek/tk-auth Web: http://www.tropotek.com/
Authors: Michael Mifsud http://www.tropotek.com/

This is the lib for the Tk Framework HTML Authentication system

Contents

Installation

Available on Packagist (ttek/tk-form) and as such installable via Composer.

composer require ttek/tk-auth

Or add the following to your composer.json file:

"ttek/tk-auth": "~3.0"

If you do not use Composer, you can grab the code from GitHub, and use any PSR-0 compatible autoloader (e.g. the tk-auth) to load the classes.

Introduction