Which version of authentication runs perfect with Cake 5.2.12?
Thanks for advice!
Which version of authentication runs perfect with Cake 5.2.12?
Thanks for advice!
v4 is what you want to use right now if you start a fresh new app
v4 is what you want to use right now if you start a fresh new app
@KevinPfeifer Do cakephp/authentication v3.x works for CakePHP 5.x ?
yes, it does work in CakePHP 5.x
thanks @KevinPfeifer which one is better v3 → ‘Stable, widely used’ or v4 → ‘Not officially mainstream yet’ ?
Many of us have been using v4 for months without incident. Its quite stable as it is the same code mainly, just dropped all the deprecations and bad practices. Its now Cake first, not agnostic first.