bernardino / easy-authenticator
Makes authenticating users with your DB or Social networks a Breeze!
Installs: 654
Dependents: 0
Suggesters: 0
Security: 0
Stars: 20
Watchers: 3
Forks: 9
Open Issues: 11
Requires
- doctrine/dbal: ~2.3
- laravel/socialite: ~2.0
This package is not auto-updated.
Last update: 2018-02-18 11:02:27 UTC
README
A Laravel 5 package that makes authenticating users a breeze!
This package allows you to authenticate users with all social networks that are currently supported by Laravel Socialite and store them in a database. You can also register and login in regular users and there is the option to allow account activation via email. This package comes with all the base templates and migrations you need to get started.
For custom Laravel packages contact me (bernardino.luca@gmail.com).
Features
- Authenticate users with Social networks
- Store them in the database
- Require account registration via email (optional)
- Fully customisable
- Password resetting
Installation
Installation is easy, you can follow the installation guide below: