ipunkt / auth-social-auth
Ties in ipunkt/auth with ipunkt/social-auth to provider Database Profiles through the User model out of the box
Installs: 73
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ipunkt/auth-social-auth
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
- ipunkt/auth: *
- ipunkt/social-auth: *
This package is not auto-updated.
Last update: 2025-10-07 08:20:58 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!