cakephp-tinyauth icon indicating copy to clipboard operation
cakephp-tinyauth copied to clipboard

Majoring

Open dereuromark opened this issue 10 months ago • 0 comments

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.

dereuromark avatar Apr 21 '25 17:04 dereuromark