You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-16Lines changed: 7 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,26 @@ JSON Web Tokens are an open, industry standard [RFC 7519](https://tools.ietf.org
6
6
7
7
This plugin is based off the `wp-api-jwt-auth` plugin by Enrique Chavez (https://github.com/Tmeister), but modified specifically for use with the <ahref="https://github.com/wp-graphql/wp-graphql"target="_blank">WPGraphQL</a> plugin.
8
8
9
-
###IN ACTION
9
+
## IN ACTION
10
10
11
11

12
12
13
-
###REQUIREMENTS
13
+
## REQUIREMENTS
14
14
15
-
### WPGraphQL
15
+
####WPGraphQL
16
16
17
17
This plugin exists as an extension of <ahref="https://github.com/wp-graphql/wp-graphql"target="_blank">WPGraphQL</a> and requires that plugin to be active.
18
18
19
-
### PHP
19
+
####PHP
20
20
21
-
**Minimum PHP version: 5.3**
21
+
**Minimum PHP version: 5.5**
22
22
23
-
### PHP HTTP Authorization Header enabled
23
+
####PHP HTTP Authorization Header enabled
24
24
25
25
Check with your hosting provider to determine if the Authorization headers are supported or how to add support if they aren't.
26
26
27
27
### CONFIGURATION & ACTIVATION
28
-
### Configure the Secret Key
28
+
####Configure the Secret Key
29
29
30
30
The JWT needs a **secret key** to sign the token this **secret key** must be unique and never revealed.
0 commit comments