Skip to content
#

socialite

Here are 274 public repositories matching this topic...

Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood up in minutes.

  • Updated Sep 29, 2020
  • PHP
hej
Naoray
Naoray commented Nov 30, 2020

Currently, the redirect logic is handled in the SocialController and always returns Redirect::route('home'). This causes some problems for apps who don't have a route named home. Ofc you can always override the SocialController class and write your own redirect response, but I think it would be a better user experience (for the developer) if the redirection logic is a bit more flexible by

Improve this page

Add a description, image, and links to the socialite topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the socialite topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.