Skip to content

Commit 3ace2c5

Browse files
committed
Merge branch 'jwt-verify-with-node'
2 parents c7f04e9 + 8a07acf commit 3ace2c5

File tree

16 files changed

+908
-479
lines changed

16 files changed

+908
-479
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
:fire: Example of react application to access WordPress REST API
44

5+
## Post Listings Demo :video_camera:
6+
7+
![](render-posts.gif)
8+
59
## Installation
610

711
1. Clone this repo in `git clone https://github.com/imranhsayed/react-workshop`

config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
tokenSecret: 'SECRET',
3+
wordPressUrl: 'http://localhost:8888/wordpress',
4+
wordPressRestNameSpace: '/wp-json/wp/v2/rae'
5+
};

0 commit comments

Comments
 (0)