How to Implement JWT Authentication in React
Add a simple JWT authentication to a React Template
Used Template: Soft UI React
$ git clone https://github.com/creativetimofficial/soft-ui-dashboard-react.git
$ cd soft-ui-dashboard-react
$
$ yarn # install dependencies
$
$ yarn start # start for development
$
$ yarn build # production build 1# - Update Dependencies
2# - Code Auth Guard Component
Last updated