alex-kalanis/kw_auth_forms

Form authentication in KWCMS

v4.0.0 2024-04-08 21:29 UTC

This package is auto-updated.

Last update: 2024-05-08 21:41:43 UTC


README

Build Status Scrutinizer Code Quality Latest Stable Version Minimum PHP Version Downloads License Code Coverage

Authenticate that the data in form are valid and unchanged from author. Nice for checking when you need to pass data sensitive on changes.

Every check is done by user's certificates and with user's salt. Every check also can say if that user can use his certificates to check the data.

PHP Installation

composer.phar require alex-kalanis/kw_auth_forms

(Refer to Composer Documentation if you are not familiar with composer)

PHP Usage

1.) Use your autoloader (if not already done via Composer autoloader)

2.) Add some external packages with connection to the local or remote services.

3.) Connect the "kalanis\kw_auth_forms\AuthForm" into your app forms for your case.

4.) Just call forms and render, validity of queries will be checked on return