Skip to content

auth against twitter redirects without ever sending me to twitter login page #11

@earino

Description

@earino

I have followed the steps in the Laravel quickstart exactly, and then followed the steps in the laravel-social readme exactly.

My app is literally just a / route which gives me a "log in via twitter", "log in via facebook", and "log in via google" link built with the code provided:

<a href="{{ route('social-login', array('twitter')) }}?onsuccess=/account&onerror=/login">
    Log in with Twitter
</a>

When i switch 'twitter' out for facebook, I am redirected to the facebook page. When I switch it out for google, I am redirected to the google page. When I click on Twitter, it goes to onerror.

Has there been a change in laravel which would make only twitter fail? I have created a git repo with the skeleton app here: https://github.com/earino/oauth-test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions