# auth **Repository Path**: mirrors_CakeDC/auth ## Basic Information - **Project Name**: auth - **Description**: Auth objects for CakePHP - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: 10.next-cake5 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CakeDC Auth Plugin ===================
CakeDC Auth Objects is a refactor of the existing Auth objects present in the CakeDC Users Plugin, to let anyone else use them in their projects. It covers the following features: * RBAC * Remember me (Cookie) * ApiAuthenticate for simple token based login Requirements ------------ * CakePHP 4.0.0+ * PHP 7.2+ Versions and branches --------------------- | CakePHP | CakeDC Auth Plugin | Tag | Notes | | :-------------: | :------------------------: | :--: | :---- | | ^4.3 | [7.0](https://github.com/cakedc/auth/tree/7.next-cake4) | 7.0.0 | stable | | ^4.0 <4.3 | [6.0](https://github.com/cakedc/auth/tree/6.next-cake4) | 6.0.2 | stable | | ^3.7 <4.0.0 | [5.0](https://github.com/cakedc/auth/tree/5.next) | 5.0.0 | stable | Documentation ------------- For documentation, as well as tutorials, see the [Docs](Docs/Home.md) directory of this repository. Support ------- For bugs and feature requests, please use the [issues](https://github.com/CakeDC/auth/issues) section of this repository. Commercial support is also available, [contact us](https://www.cakedc.com/contact) for more information. Contributing ------------ This repository follows the [CakeDC Plugin Standard](https://www.cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](https://www.cakedc.com/contribution-guidelines) for detailed instructions. License ------- Copyright 2017 Cake Development Corporation (CakeDC). All rights reserved. Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.