pass data from wordpress to react app
-
I need to pass wp_userid and a token from wordpress to react.
currenlty I’ve implemented it with a javascript cookie which works.
the issue is that the data is exposed in the client source.Is there a better way I can pass data from wordpress to react that would be more secure and less obvious?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘pass data from wordpress to react app’ is closed to new replies.