definitely246 / social

A preconfigured setup of oauth plugins that piggybacks off of the very popular lusitanian/phpoauthlib. The project uses a facade for oauth and api's to the most popular social websites (facebook, twitter, google, etc) and the goal of this project is to have oauth setup within 10 minutes of installing this package.
Other
83 stars 13 forks source link

redirect_url to Redirect::guest('login') #13

Open cwiggan opened 10 years ago

cwiggan commented 10 years ago

I want to redirect back to the page the user click the button to sign in. I tried 'redirect_url' => Redirect::guest('login'), but not working any suggestions?

herlon214 commented 9 years ago

Same issue for me =/