Skip to content

Sample TaskManager App based on Laravel 5.1 with local and social authorization (using Laravel Socialite) included

Notifications You must be signed in to change notification settings

matthiku/LaravelWithSocialite

Repository files navigation

Laravel Socialite in Action!

Sample, educational TaskManager App

  • based on Laravel 5.1
  • using the built-in local authorization
  • full implementation of the Laravel Socialite authorization

Configured to be used with Github, Facebook, Google, Twitter and LinkedIn aus OAuth providres.

As Twitter does not return the user's email address by default (only after you ask them to whitelist your app), a fake email address is being created by using the users's Twitter nickname and 'twitter.com', e.g. 'blahdibla@twitter.com'.

Installation

After cloning, simply rename the example.env to .env and enter all your provider's details!

Login Screen

screenshot

About

Sample TaskManager App based on Laravel 5.1 with local and social authorization (using Laravel Socialite) included

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages