jeffikus / react-wordpress-jwt-auth

This is a React project with WordPress JWT authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React WordPress JWT Authentication

Screenshots

Login validation 1 Login validation 2 Profile page

This project was bootstrapped with Create React App.

Run the project

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Change WordPress URL

Go to app.json file and change the siteUrl value to yours.

Covered features:

πŸ‘‰ Client side form validations
πŸ‘‰ Server side form validations
πŸ‘‰ WordPress Authentication (login) with JWT
πŸ‘‰ Protected route with React Router

About

This is a React project with WordPress JWT authentication


Languages

Language:JavaScript 75.8%Language:HTML 12.5%Language:CSS 11.7%