Skip to content

morsko1/authentication-client-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React authentication client

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

Local development

Follow the steps below to set up and run the project:

  1. Clone the repository:

    git clone <repository_url>
    
  2. Navigate to the project directory:

    cd authentication-client-react
    
  3. Install dependencies:

    npm i
    
  4. Run dev server:

    npm start
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published