cakedc / users
Users Plugin for CakePHP
Installs: 786 211
Dependents: 19
Suggesters: 1
Security: 0
Stars: 521
Watchers: 59
Forks: 298
Open Issues: 47
Type:cakephp-plugin
Requires
- php: >=8.1
- cakedc/auth: ^10.0
- cakephp/authentication: ^3.0
- cakephp/authorization: ^3.0
- cakephp/cakephp: ^5.0
Requires (Dev)
- 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
- thenetworg/oauth2-azure: ^2.1
- web-auth/webauthn-lib: ^4.4
Suggests
- cakephp/authorization: Provide authorization for users
- google/recaptcha: Provides reCAPTCHA validation for registration form
- league/oauth1-client: Provides Social Authentication with Twitter
- league/oauth2-facebook: Provides Social Authentication with Facebook
- league/oauth2-google: Provides Social Authentication with Google+
- league/oauth2-instagram: Provides Social Authentication with Instagram
- league/oauth2-linkedin: Provides Social Authentication with LinkedIn
- luchianenco/oauth2-amazon: Provides Social Authentication with Amazon
- robthree/twofactorauth: Provides Google Authenticator functionality
- thenetworg/oauth2-azure: Provides Social Authentication with MS Azure
- dev-11.next-cake4
- dev-master
- dev-14.next-cake5
- 14.3
- 14.2.1
- 14.2.0
- 14.1.1
- 14.1.0
- 14.0.1
- 14.0.0
- 13.0.2
- 13.0.1
- 13.0.0
- 12.0.0
- 11.3.5
- 11.3.4
- 11.3.3
- 11.3.2
- 11.3.1
- 11.3.0
- 11.2.7
- 11.2.6
- 11.2.5
- 11.2.4
- 11.2.3
- 11.2.2
- 11.2.1
- 11.2.0
- 11.1.1
- 11.1.0
- 11.0.0
- 9.3.1
- 9.3.0
- 9.2.1
- 9.2.0
- 9.1.0
- 9.0.5
- 9.0.4
- 9.0.3
- 9.0.2
- 9.0.1
- 9.0.0
- 8.5.2
- 8.5.1
- 8.5.0
- 8.4.0
- 8.3.2
- 8.3.1
- 8.3.0
- 8.2.1
- 8.2.0
- 8.1.0
- 8.0.x-dev
- 8.0.3
- 8.0.2
- 8.0.1
- 8.0.0
- 7.0.2
- 7.0.1
- 7.0.0
- 6.x-dev
- 6.0.1
- 6.0.0
- 5.x-dev
- 5.2.0
- 5.1.0
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.x-dev
- 4.2.1
- 4.2.0
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.1
- 4.0.0
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.x-dev
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.2
- 3.0.1
- 3.0.0
- 2.x-dev
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0
- 1.3.1
- 1.3
- 1.2
- dev-13.next-cake4
- dev-issue/1096-bug-in-social-behavior
- dev-15.next-cake5
- dev-11.next-cake4.5
- dev-feature/reCaptchaV3
- dev-11.next-cake4.4
- dev-skie-patch-1
- dev-two-factor
- dev-feature/two-factor-refactoring
- dev-12.next-cake5
- dev-feature/addUnauthoritzedUrlInflashMessage
- dev-feature/manage-null-reference
- dev-9.next
- dev-feature/otp-7cake4
- dev-hotfix/doc-remember-me-using-email
- dev-rochamarcelo-patch-1
- dev-10.next-cake4
- dev-update-migration-user-data-unit-test
- dev-8.next
- dev-feature/github-actions
- dev-develop
- dev-feature/fix-deprecations-tests
- dev-feature/custom-unauthorize-redirect
- dev-feature/9.next-integration-tests-202001
- dev-feature/clean-up-tests
- dev-feature/mapping-urls-001
- dev-feature/show-error-old-configs
- dev-issue/fix-named-routes
- dev-feature/ajax-login
- dev-issue/route-redirect-exception
- dev-feature/fix-tests
- dev-hotfix/merge-749
- dev-after-change-password-event
- dev-feature/after-validation-event
- dev-rochamarcelo-issue/google-two-factor-auth
- dev-andrej-griniuk-patch-1
- dev-bug/password-hashed-twice
- dev-feature/handling-before-register-event
- dev-hotfix/travis
- dev-poc/bypassAuth-defined-in-rules
- dev-feature/amazon-login
- dev-feature/update-4-to-5-migration-doc
- dev-feature/installer
- dev-feature/remove-deprecated
- dev-feature/608-randomBytes
- dev-feature/428-compare-with
- dev-update-auth
- dev-feature/users-app
This package is auto-updated.
Last update: 2024-10-28 17:36:15 UTC
README
Versions and branches
The Users plugin covers the following features:
- User registration
- Login/logout
- Social login (Facebook, Twitter, Instagram, Google, Linkedin, etc)
- Simple RBAC via https://github.com/CakeDC/auth
- Remember me (Cookie) via https://github.com/CakeDC/auth
- Manage user's profile
- Admin management
- One-Time Password for Two-Factor Authentication
- Webauthn for Two-Factor Authentication (Yubico Key compatible)
- reCaptcha v3 (14.2 only) and v2 supported in all versions
- Password Meter
The plugin is here to provide users related features following 2 approaches:
- Quick drop-in working solution for users login/registration. Get users working in 5 minutes.
- Extensible solution for a bigger/custom application. You'll be able to extend:
- UsersAuth Component
- Use your own UsersTable
- Use your own Controller
On the previous versions of the plugin, extensibility was an issue, and one of the main objectives of the 3.0 rewrite is to guarantee all the pieces could be extended/reused as easily.
Another decision made was limiting the plugin dependencies on other packages as much as possible.
Requirements
- CakePHP 5.0+
- PHP 8.1+
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.
Security
If you've found a security issue in CakeDC Users plugin, please use the procedure described in SECURITY.md
License
Copyright 2019 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.