Releases: jomweb/CakeImpersonate
Releases · jomweb/CakeImpersonate
4.0.0-beta1
CakePHP 4.x beta release
4.0.0-beta
Beta version for CakePHP 4.x
3.0.0
- Requires a POST, PUT or DELETE when calling
$this->Impersonate->login($userId)
to allowCsrfComponent
andSecurityComponent
a chance to inspect the request. - Removed
$this->Impersonate->isImpersonate()
please use$this->Impersonate->isImpersonated()
- Allows configuration of the Cookie used for temp storage
3.0.0 Release Candidate 1
- Removed incorrect misspelled function
- Now requires you to at least be sending a request with
POST
PUT
orDELETE
so SecurityComponent and CsfrComponent have a chance to inspect the request - Configurable sessionKey
- More magic in the background to use
AuthComponent
UserModel and finder to match what you will expect in a normal auth session
v2.1.6
v2.1.5
Bumping to CakePHP 3.7
2.1.4 Revert the phpstan setup
v2.1.2
Add badges and unit testing
Merge pull request #3 from challgren/fix-deprecations Fixing deprecations from CakePHP 3.6
Cakephp 3.6 support
Kindly use v1.1 for Cakephp 3.5 and below.