Download the PHP package gringlas/cakephp-ep-authenticate without Composer
On this page you can find all versions of the php package gringlas/cakephp-ep-authenticate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gringlas/cakephp-ep-authenticate
More information about gringlas/cakephp-ep-authenticate
Files in gringlas/cakephp-ep-authenticate
Download gringlas/cakephp-ep-authenticate
More information about gringlas/cakephp-ep-authenticate
Files in gringlas/cakephp-ep-authenticate
Vendor gringlas
Package cakephp-ep-authenticate
Short Description Authenticate Object for stateless authenticate. It can be used to get permanent authentication during development.
License MIT
Package cakephp-ep-authenticate
Short Description Authenticate Object for stateless authenticate. It can be used to get permanent authentication during development.
License MIT
Please rate this library. Is it a good library?
Informations about the package cakephp-ep-authenticate
CakePHP 3 EPAuthenticate Plugin
This little plugin provides an Authenticate adapter for stateless Authentication. It allows you to specify a special header, which contains a token to authorize in your application. This can be very helpful for testing, be it unittests or manual tests with API clients (like Postman) or directly in your client software.
Installation
`
Usage
Just add gringlas/EPAuthenticate.EP
to your AuthComponent authenticate, like
`
Send add set header
and password
to your next request and get authenticated as User with id userid
.
Configuration
userId
: Id of User data, which should be authed, defaults to 1debugOnly
: only use AuthenticateAdapter whenenv('debug', true)
, defaults to trueheader
: Name of header, defaults toEP-Authorization
password
: Value of header, defaults toEPme
ToDo
- Add custom UserModel, so far only users from DB table are supported
- Add custom finder method, so far only a
$this->User->get($this->getConfig['user'])
is used to get User data.
All versions of cakephp-ep-authenticate with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package gringlas/cakephp-ep-authenticate contains the following files
Loading the files please wait ....