- Notifications
You must be signed in to change notification settings - Fork295
CakeDC/users
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CakePHP | CakeDC Users Plugin | Tag | Notes |
---|---|---|---|
^5.0 | 14.3 | 14.3.2 | stable |
^4.5 | 13.0 | 13.0.1 | stable |
^5.0 | 12.0 | 12.0 | beta |
^4.3 | 11.0 | 11.1.0 | stable |
^4.0 | 9.0 | 9.0.5 | stable |
^3.7 <4.0 | 8.5 | 8.5.1 | stable |
^3.7 <4.0 | develop | - | unstable |
3.6 | 8.1 | 8.1.0 | stable |
3.5 | 6.x | 6.0.1 | stable |
3.4 | 5.x | 5.2.0 | stable |
>=3.2.9 <3.4.0 | 4.x | 4.2.1 | stable |
^2.10 | 2.x | 2.2.0 | stable |
TheUsers plugin covers the following features:
- User registration
- Login/logout
- Social login (Facebook, Twitter, Instagram, Google, Linkedin, etc)
- Simple RBAC viahttps://github.com/CakeDC/auth
- Remember me (Cookie) viahttps://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 mainobjectives of the 3.0 rewrite is to guarantee all the pieces could be extended/reused aseasily.
Another decision made was limiting the plugin dependencies on other packages as much as possible.
- CakePHP 5.0+
- PHP 8.1+
For documentation, as well as tutorials, see theDocs directory of this repository.
For bugs and feature requests, please use theissues section of this repository.
Commercial support is also available,contact us for more information.
This repository follows theCakeDC Plugin Standard. If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read ourContribution Guidelines for detailed instructions.
If you've found a security issue in CakeDC Users plugin, please use the procedure described inSECURITY.md
Copyright 2019 Cake Development Corporation (CakeDC). All rights reserved.
Licensed under theMIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.
About
Users Plugin for CakePHP