File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 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
822include_once ( dirname ( __FILE__ ) . '/lib/class-wp-rest-oauth1.php ' );
You can’t perform that action at this time.
0 commit comments