Sometimes also called magic links, these login links provide a way for a user to log in without the need of password entering. Basic workflow Instead of a "password reset" button to send you a mail to confirm your password…
Year: 2025
TinyAuth and CakePHP authorization plugin
Part 2 of 2. We continue on the auth topic of the previous post. Let’s talk ACL In this second post, we’ll dive into role-based access and how to achieve it easily and quickly. We use the authentication plugin by…
TinyAuth and CakePHP authentication plugin
Over 13 years ago I wrote about my TinyAuth plugin as enhancement to the core Auth component, at the time the state of the art auth tool you needed for a quick auth setup in Cake apps. Lets revisit that…