hipstercreative / yii2-user-mongo
Flexible user registration and authentication module for Yii2
Installs: 153
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 6
Type:yii2-extension
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2024-12-16 14:37:07 UTC
README
NOTE: This conversion is still being tested, though as of June 21, 2014 all basic features appear to be working.
This addon was forked from dektrium/yii2-user, based on their version 0.6.0 and the last June 17th 2014 commit
Most of web applications provide a way for users to register, log in or reset their forgotten passwords. Rather than re-implementing this on each application, you can use Yii2-user which is a flexible user management module for Yii2 that handles common tasks such as registration, authentication and password retrieval. Current version includes following features:
- Data lives and breaths in MongoDB
- Registration with an optional confirmation per mail
- Registration via social networks
- Password retrieval
- Account and profile management
- Console commands
- User management interface
NOTE: Module is in initial development. Anything may change at any time.
Documentation
Note: These links are for the dektrium project version, and may represent features we haven't implemented yet.
Yii2-user documentation is available online: Read the documentation. Installation instructions are located in installation guide.
Contributing
Contributing instructions are located in CONTRIBUTING.md file.
License
Yii2-user is released under the MIT License. See the bundled LICENSE.md for details.