https://github.com/ipunkt/auth-social-auth
Ties in ipunkt/auth with ipunkt/social-auth to provider Database Profiles through the User model out of the box
https://github.com/ipunkt/auth-social-auth
Last synced: about 1 year ago
JSON representation
Ties in ipunkt/auth with ipunkt/social-auth to provider Database Profiles through the User model out of the box
- Host: GitHub
- URL: https://github.com/ipunkt/auth-social-auth
- Owner: ipunkt
- License: mit
- Created: 2014-11-07T14:04:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-13T10:28:27.000Z (over 11 years ago)
- Last Synced: 2025-02-07T05:27:38.187Z (over 1 year ago)
- Language: PHP
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
auth-social-auth
================
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:
1. (optional) https://github.com/ipunkt/permissions
2. https://github.com/ipunkt/auth
3. https://github.com/ipunkt/social-auth
That's it!