cakedc / auth
Auth objects for CakePHP
Installs: 502 290
Dependents: 2
Suggesters: 0
Security: 0
Stars: 32
Watchers: 13
Forks: 31
Open Issues: 12
Type:cakephp-plugin
Requires
- php: >=8.1.0
- cakephp/cakephp: ^5.0
Requires (Dev)
- cakephp/authentication: ^3.0
- cakephp/authorization: ^3.0
- cakephp/cakephp-codesniffer: ^5.0
- google/recaptcha: @stable
- league/oauth1-client: ^1.7
- league/oauth2-facebook: @stable
- league/oauth2-google: @stable
- league/oauth2-instagram: @stable
- league/oauth2-linkedin: @stable
- luchianenco/oauth2-amazon: ^1.1
- phpunit/phpunit: ^10.0
- robthree/twofactorauth: ^2.0
- yubico/u2flib-server: ^1.0
- dev-master
- dev-8.next-cake5
- dev-6.next-cake4
- 10.0.0
- 9.0.0
- 8.0.3
- 8.0.2
- 8.0.1
- 8.0.0
- 7.2.0
- 7.1.0
- 7.0.1
- 7.0.0
- 6.3.0
- 6.2.0
- 6.1.0
- 6.0.2
- 6.0.1
- 6.0.0
- 5.0.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-9.next-cake4
- dev-feature/cached-rbac
- dev-10.next-cake5
- dev-feature/two-factor-refactoring
- dev-7.next-cake4
- dev-feature/update-azure-from-7.x
- dev-feature/openid-connect-linkedin
- dev-feature/depreacate-linkedin
- dev-feature/php81
- dev-feature/otp-7cake4
- dev-6.next
- dev-feature/cakephp4
- dev-5.next
- dev-3.next
This package is auto-updated.
Last update: 2024-10-22 17:44:19 UTC
README
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
Documentation
For documentation, as well as tutorials, see the Docs directory of this repository.
Support
For bugs and feature requests, please use the issues section of this repository.
Commercial support is also available, contact us for more information.
Contributing
This repository follows the CakeDC Plugin Standard. If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our Contribution Guidelines for detailed instructions.
License
Copyright 2017 Cake Development Corporation (CakeDC). All rights reserved.
Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.