Download the PHP package xety/cake3-cookieauth without Composer
On this page you can find all versions of the php package xety/cake3-cookieauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xety/cake3-cookieauth
More information about xety/cake3-cookieauth
Files in xety/cake3-cookieauth
Download xety/cake3-cookieauth
More information about xety/cake3-cookieauth
Files in xety/cake3-cookieauth
Vendor xety
Package cake3-cookieauth
Short Description A simple Cake3 plugin to authenticate users with Cookies.
License MIT
Homepage https://github.com/Xety/Cake3-CookieAuth
Package cake3-cookieauth
Short Description A simple Cake3 plugin to authenticate users with Cookies.
License MIT
Homepage https://github.com/Xety/Cake3-CookieAuth
Please rate this library. Is it a good library?
Informations about the package cake3-cookieauth
Cake3 CookieAuth
A simple Cake3 plugin to authenticate users with Cookies. This plugin is based on the awesome plugin FriendsOfCake/Authenticate but with a different setup.
Requirements
- CakePHP 3.X
Installation
Run : composer require xety/cake3-cookieauth:1.*
Or add it in your composer.json
:
Configuration
All others configuration option can be found on the official CakePHP documentation.
Usage
In your config/bootstrap.php
add :
In your AppController
:
In your AppController
, in the beforeFilter
action :
In your login
action, after $this->Auth->setUser($user);
:
Contribute
All versions of cake3-cookieauth with dependencies
PHP Build Version
Package Version
The package xety/cake3-cookieauth contains the following files
Loading the files please wait ....