yuyinitos/social-authenticator

Makes authenticating users with your DB or Social networks a Breeze!

1.0 2015-04-12 11:10 UTC

This package is auto-updated.

Last update: 2024-04-04 16:59:34 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.

Original package from Luca Bernadino. For custom Laravel packages contact Luca Bernardino (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:

Install Easy Authenticator