ipunkt / auth-social-auth
Ties in ipunkt/auth with ipunkt/social-auth to provider Database Profiles through the User model out of the box
dev-master
2014-11-13 10:29 UTC
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
- ipunkt/auth: *
- ipunkt/social-auth: *
This package is not auto-updated.
Last update: 2024-11-05 03:52:25 UTC
README
This package is a simple bridge between ipunkt/auth and ipunkt/social-auth.
It extends the ipunkt/auth User model, implementing the ipunkt/social-auth HasProfileInterface through the EloquentHasProfile Trait.
To use this package please do the read and follow the readmes of the used packages in the correct order:
- (optional) https://github.com/ipunkt/permissions
- https://github.com/ipunkt/auth
- https://github.com/ipunkt/social-auth
That's it!