lithium\security\auth |
lithium\security\validation |
Name | Description |
---|---|
Auth | The `Auth` class provides a common interface to authenticate user credentials from different sources against different storage backends in a uniform way. As with most other adapter-driven classes in the framework, `Auth` allows you to specify one or more named configurations, including an adapter, which can be referenced by name in your application. |
Password | `Password` utility class that makes use of PHP's `crypt()` function. Includes a cryptographically strong salt generator, and utility functions to hash and check passwords. |