cakephp-tinyauth
cakephp-tinyauth copied to clipboard
Majoring
TinyAuth will make a major soon, either during CakePHP 5.x or for 6.x. At that point it will drop the old AuthComponent way and pure session approach, and instead will only focus on new Auth plugins and their new request Identity way.
This means:
- Authentication and Authorization component moving forward
- AuthUser component and helper will be adjusted to only work with Identity (instead of legacy array), e.g.
user(). - Removing Auth component and related code
This aims to make the API cleaner and the code more resiliant. Also the repo will be less chaotic between those two different ways.