This is an authentication client showcasing JWT authentication using Google account.
Implemented using React.
Authentication logic is in the useAuth hook.
This client can be used together with the backend node-authentication
Follow the steps below to set up and run the project:
-
Clone the repository:
git clone <repository_url> -
Navigate to the project directory:
cd authentication-client-react -
Install dependencies:
npm i -
Run dev server:
npm start