Download the PHP package opauth/live without Composer
On this page you can find all versions of the php package opauth/live. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor opauth
Package live
Short Description Live Connect strategy for Opauth
License MIT
Homepage http://opauth.org
Package live
Short Description Live Connect strategy for Opauth
License MIT
Homepage http://opauth.org
Please rate this library. Is it a good library?
Informations about the package live
Opauth-Live
Opauth strategy for (Microsoft) Live Connect authentication.
Confusingly, Live Connect is (was) also known as:
- Windows Live
- Microsoft Passport
- Live ID
- MSN ID
Opauth is a multi-provider authentication framework for PHP.
Getting started
-
Install Opauth-Live:
or
-
Create a Live Connect application at https://account.live.com/developers/applications
- Once application is created, be sure to go to My apps > API Settings to define your redirect domain to be
http://path_to_opauth/live/oauth2callback.
- Once application is created, be sure to go to My apps > API Settings to define your redirect domain to be
-
Configure Opauth-Live strategy.
-
Direct user to
http://path_to_opauth/live
to authenticate - If
email
field is needed, addwl.emails
to scope parameter inLiveStrategy.php
(line 38). E.g.,'scope' => 'wl.basic wl.emails'
.
Strategy configuration
Required parameters:
Optional parameters:
scope
, state
References
License
Opauth-GitHub is MIT Licensed
Copyright © 2012 U-Zyn Chua (http://uzyn.com)
All versions of live with dependencies
PHP Build Version
Package Version
The package opauth/live contains the following files
Loading the files please wait ....