Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
uzyn committed May 25, 2012
1 parent 6431901 commit fefb15b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions example/opauth.conf.php.advanced
Expand Up @@ -9,9 +9,10 @@
$config = array(
/**
* Path where Opauth is accessed.
* - Begins and ends with /
* - eg. if Opauth is reached via http://example.org/auth/, path is '/auth/'
* - if Opauth is reached via http://auth.example.org/, path is '/'
*
* Begins and ends with /
* eg. if Opauth is reached via http://example.org/auth/, path is '/auth/'
* if Opauth is reached via http://auth.example.org/, path is '/'
*/
'path' => '/',

Expand All @@ -27,9 +28,11 @@ $config = array(

/**
* Callback transport, for sending of $auth response
* - 'session': Default. Works best unless callback_url is on a different domain than Opauth
* - 'post': Works cross-domain, but relies on availability of client-side JavaScript.
* - 'get': Works cross-domain, but may be limited or corrupted by browser URL length limit (eg. IE8/IE9 has 2083-char limit)
*
* 'session': Default. Works best unless callback_url is on a different domain than Opauth
* 'post' : Works cross-domain, but relies on availability of client-side JavaScript.
* 'get' : Works cross-domain, but may be limited or corrupted by browser URL length limit
* (eg. IE8/IE9 has 2083-char limit)
*/
//'callback_transport' => 'session',

Expand Down

0 comments on commit fefb15b

Please sign in to comment.