Skip to content

Commit 424a790

Browse files
committed
Update to v0.3.0
1 parent 2ae94ab commit 424a790

File tree

6 files changed

+9
-68
lines changed

6 files changed

+9
-68
lines changed

Gruntfile.js

Lines changed: 0 additions & 53 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
![Logo](https://www.wpgraphql.com/wp-content/uploads/2017/06/wpgraphql-logo-e1502819081849.png)
2+
13
# WPGraphQL JWT Authentication
24

5+
[![Build Status](https://travis-ci.org/wp-graphql/wp-graphql-jwt-authentication.svg?branch=master)](https://travis-ci.org/wp-graphql/wp-graphql-jwt-authentication)
6+
[![Coverage Status](https://coveralls.io/repos/github/wp-graphql/wp-graphql-jwt-authentication/badge.svg?branch=master)](https://coveralls.io/github/wp-graphql/wp-graphql-jwt-authentication?branch=master)
7+
8+
39
This plugin extends the <a href="https://github.com/wp-graphql/wp-graphql" target="_blank">WPGraphQL</a> plugin to provide authentication using JWT (JSON Web Tokens)
410

511
JSON Web Tokens are an open, industry standard [RFC 7519](https://tools.ietf.org/html/rfc7519) method for representing claims securely between two parties.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wp-graphql/wp-graphql-jwt-authentication",
33
"description": "JWT Authentication for WPGraphQL",
44
"type": "wordpress-plugin",
5-
"version": "0.2.1",
5+
"version": "0.3.0",
66
"authors": [
77
{
88
"name": "jasonbahl",

package.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

wp-graphql-jwt-authentication.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://www.wpgraphql.com
88
* Text Domain: wp-graphql-jwt-authentication-jwt-authentication
99
* Domain Path: /languages
10-
* Version: 0.2.1
10+
* Version: 0.3.0
1111
*
1212
* @package WPGraphQL_JWT_Authentication
1313
*/
@@ -103,7 +103,7 @@ private function setup_constants() {
103103

104104
// Plugin version.
105105
if ( ! defined( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION' ) ) {
106-
define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.2.1' );
106+
define( 'WPGRAPHQL_JWT_AUTHENTICATION_VERSION', '0.3.0' );
107107
}
108108

109109
// Plugin Folder Path.

wpgraphql-auth.gif

-603 KB
Binary file not shown.

0 commit comments

Comments
 (0)