writtengames / openid-user-bundle
Symfony WGOpenIdUserBundle
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
This package is not auto-updated.
Last update: 2024-11-09 15:25:58 UTC
README
The fantastic FOSUserBundle.
The convenient FpOpenIdBundle.
The amazing Doctrine ORM.
Bam! Smashed together, stir-fried for a bit, then left to simmer on a Symfony 2.1 project. Quick, painless, no bother at all - if the setup is what you feel like.
If you want this bundle to be a bit more flexible, I'm accepting Pull Requests as of now...
The WGOpenIdUserBundle combines the FOSUserBundle with the FpOpenIdBundle. It can be pretty much dropped in and it works without much configuration.
It provides 3rd party authentication via OpenID, offers a user entity with ID, username, email address, enabled, locked, lastLogin, createdAt and roles fields, and ties into the group feature of the FOSUserBundle.
As of now the bundle is limited to using Doctrine ORM for storage.
Caution: This bundle is not developed in sync with Symfony's repository. The current version seems to work reasonably well with Symfony 2.1.
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
Installation
All the installation instructions are located in the documentation.
License
This bundle is under the MIT license.
About
WGOpenIdUserBundle is a Written Games project.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.