Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for Windows Live authentication #658

Merged
merged 6 commits into from Oct 29, 2016
Merged

Workaround for Windows Live authentication #658

merged 6 commits into from Oct 29, 2016

Commits on Jul 1, 2016

  1. Create live.php

    Windows Live authentication does not allow redirect URLs to contain any parameters, 
    Therefore live.php is an alternative to index.php which initializes $_REQUEST['hauth_done'] = 'Live'; before proceeding with authentication.
    As a result The redirect URL to be used in Windows Live authentication settings will become:
    http://mywebsite.com/path_to_hybridauth/live.php
    instead of:
    http://mywebsite.com/path_to_hybridauth/?hauth.done=Live
    mourjan committed Jul 1, 2016
    Copy the full SHA
    751a5f5 View commit details
    Browse the repository at this point in the history
  2. Special case handling of Live authentication

    Applied a workaround to solve the fact that Windows Live does not allow parameters in redirect URLs,
    causing failure in this case:
    http://mywebsite.com/path_to_hybridauth/?hauth.done=Live
    So if the case is Live authentication, then redirect url should be
    http://mywebsite.com/path_to_hybridauth/live.php
    mourjan committed Jul 1, 2016
    Copy the full SHA
    0719c16 View commit details
    Browse the repository at this point in the history
  3. Update composer.json

    mourjan committed Jul 1, 2016
    Copy the full SHA
    67d1f24 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e9a99e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. Update composer.json

    mourjan committed Jul 8, 2016
    Copy the full SHA
    b83e3be View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. Update composer.json

    mourjan committed Aug 9, 2016
    Copy the full SHA
    66ac3ce View commit details
    Browse the repository at this point in the history