reference/oauth/book.xml
68c2c871505aadf983f16113c5b077b335ce8d76
...
...
@@ -2,12 +2,13 @@
2
2
<!-- $Revision$ -->
3
3

4
4
<book xml:id="book.oauth" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
+
<?phpdoc extension-membership="pecl" ?>
5
6
<title>OAuth</title>
6
7

7
8
<preface xml:id="intro.oauth">
8
9
&reftitle.intro;
9
10
<para>
10
-
This extension provides OAuth consumer and provider bindings. OAuth is an
11
+
This extension provides OAuth 1.0a consumer and provider bindings. OAuth is an
11
12
authorization protocol built on top of HTTP which allows applications
12
13
to securely access data without having to store usernames and
13
14
passwords.
14
15