Skip to content

Commit c94a814

Browse files
committed
Update plugin header
1 parent 67920e0 commit c94a814

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

oauth-server.php

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22
/**
33
* Plugin Name: WP REST API - OAuth 1.0a Server
44
* Description: Authenticate with your site via OAuth 1.0a
5-
* Version 0.1
5+
* Version: 0.2
6+
* Author: WP REST API Team
7+
* Author URI: http://wp-api.org/
8+
*
9+
* Hello adventurer, and welcome to the OAuth Server codebase!
10+
*
11+
* The codebase has three main parts:
12+
* - OAuth token handling (lib/class-wp-rest-oauth1.php)
13+
* - Frontend UI (lib/class-wp-rest-oauth1-ui.php and theme/oauth1-authorize.php)
14+
* - Management and admin UI (everything else)
15+
*
16+
* Be very careful changing anything in the token handling; everything else is
17+
* up for grabs!
18+
*
19+
* Thanks for being fantastic. <3
620
*/
721

822
include_once( dirname( __FILE__ ) . '/lib/class-wp-rest-oauth1.php' );

0 commit comments

Comments
 (0)