Namespace Cake\Auth

Namespaces summary

Class summary

  • Abstract password hashing class

  • Base Authentication class with common methods and properties.

  • Abstract base authorization adapter for AuthComponent.

  • Basic Authentication adapter for AuthComponent.

  • An authorization adapter for AuthComponent. Provides the ability to authorize using a controller callback. Your controller's isAuthorized() method should return a boolean to indicate whether or not the user is authorized.

  • Default password hashing class.

  • Digest Authentication adapter for AuthComponent.

  • A password hasher that can use multiple different hashes where only one is the preferred one. This is useful when trying to migrate an existing database of users from one password type to another.

  • Form authentication adapter for AuthComponent.

  • Builds password hashing objects

  • Password hashing class that use weak hashing algorithms. This class is intended only to be used with legacy databases where passwords have not been migrated to a stronger algorithm yet.

© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.6/namespace-Cake.Auth.html