{"id":26179500,"url":"https://github.com/bezkoder/react-js-login-registration-hooks","last_synced_at":"2025-08-04T19:39:38.257Z","repository":{"id":43785537,"uuid":"449545775","full_name":"bezkoder/react-js-login-registration-hooks","owner":"bezkoder","description":"React.js Login, Logout, Registration example with JWT and HttpOnly Cookie","archived":false,"fork":false,"pushed_at":"2022-10-14T04:04:37.000Z","size":177,"stargazers_count":109,"open_issues_count":0,"forks_count":73,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T10:47:35.743Z","etag":null,"topics":["authentication","authorization","httponly-cookie","jwt","jwt-auth","jwt-authentication","jwt-authorization","jwt-token","login","react","react-hooks","reactjs","registration","token-based-authentication"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bezkoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-19T04:25:00.000Z","updated_at":"2025-03-17T09:08:07.000Z","dependencies_parsed_at":"2023-01-20T01:31:42.430Z","dependency_job_id":null,"html_url":"https://github.com/bezkoder/react-js-login-registration-hooks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-js-login-registration-hooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-js-login-registration-hooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-js-login-registration-hooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-js-login-registration-hooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/react-js-login-registration-hooks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248972723,"owners_count":21191848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","authorization","httponly-cookie","jwt","jwt-auth","jwt-authentication","jwt-authorization","jwt-token","login","react","react-hooks","reactjs","registration","token-based-authentication"],"created_at":"2025-03-11T21:50:09.125Z","updated_at":"2025-04-14T22:34:20.098Z","avatar_url":"https://github.com/bezkoder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## React Login and Registration example with JWT and HttpOnly cookie\n\nBuild React JWT Authentication and Authorization example using React Hooks, React Router, Axios and Bootstrap (without Redux):\n- JWT Authentication Flow for User Signup \u0026 User Login\n- Project Structure for React Authentication (without Redux) with React Router \u0026 Axios\n- Creating React Components with Form Validation using Formik and Yup\n- React Pages for accessing protected Resources (Authorization)\n- Dynamic Navigation Bar in React App\n\nFor more detail, please visit:\n\u003e [React Login and Registration example with JWT](https://bezkoder.com/react-login-example-jwt-hooks/)\n\n\u003e [React + Redux: Login and Registration example with JWT](https://www.bezkoder.com/redux-toolkit-auth/)\n\nWorking with back-end servers:\n\u003e [Spring Boot + H2](https://www.bezkoder.com/spring-boot-security-jwt/)\n\n\u003e [Spring Boot + MySQL/PostgreSQL](https://www.bezkoder.com/spring-boot-login-example-mysql/)\n\n\u003e [Spring Boot + MongoDB](https://www.bezkoder.com/spring-boot-mongodb-login-example/)\n\n\u003e [Node Express + MySQL/PostgreSQL](https://www.bezkoder.com/node-js-express-login-example/)\n\n\u003e [Node Express + MongoDB](https://www.bezkoder.com/node-js-express-login-mongodb/)\n\nFullstack (JWT Authentication \u0026 Authorization example):\n\u003e [React + Spring Boot](https://bezkoder.com/spring-boot-react-jwt-auth/)\n\n\u003e [React + Node.js Express](https://bezkoder.com/react-express-authentication-jwt/)\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n### Project setup\n\nIn the project directory, you can run:\n\n```\nnpm install\n# or\nyarn install\n```\nyarn\nor\n\n### Compiles and hot-reloads for development\n\n```\nnpm start\n# or\nyarn start\n```\n\nOpen [http://localhost:8081](http://localhost:8081) to view it in the browser.\n\nThe page will reload if you make edits.\n\n### Related Posts\n\u003e [In-depth Introduction to JWT-JSON Web Token](https://bezkoder.com/jwt-json-web-token/)\n\n\u003e [React CRUD example using Hooks](https://bezkoder.com/react-hooks-crud-axios-api/)\n\n\u003e [React Pagination using Hooks example](https://bezkoder.com/react-pagination-hooks/)\n\n\u003e [React Hooks File Upload example](https://bezkoder.com/react-hooks-file-upload/)\n\nFullstack with Node.js Express:\n\u003e [React + Node Express + MySQL](https://bezkoder.com/react-node-express-mysql/)\n\n\u003e [React + Node Express + PostgreSQL](https://bezkoder.com/react-node-express-postgresql/)\n\n\u003e [React + Node Express + MongoDB](https://bezkoder.com/react-node-express-mongodb-mern-stack/)\n\nFullstack with Spring Boot:\n\u003e [React + Spring Boot + MySQL](https://bezkoder.com/react-spring-boot-crud/)\n\n\u003e [React + Spring Boot + PostgreSQL](https://bezkoder.com/spring-boot-react-postgresql/)\n\n\u003e [React + Spring Boot + MongoDB](https://bezkoder.com/react-spring-boot-mongodb/)\n\nFullstack with Django:\n\u003e [React Hooks + Django Rest Framework](https://bezkoder.com/django-react-hooks/)\n\nServerless:\n\u003e [React Hooks Firebase Realtime Database: CRUD App ](https://bezkoder.com/react-firebase-hooks-crud/)\n\n\u003e [React Hooks Firestore example: CRUD App](https://bezkoder.com/react-hooks-firestore/)\n\nIntegration (run back-end \u0026 front-end on same server/port)\n\u003e [Integrate React with Spring Boot](https://bezkoder.com/integrate-reactjs-spring-boot/)\n\n\u003e [Integrate React with Node Express](https://bezkoder.com/integrate-react-express-same-server-port/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Freact-js-login-registration-hooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Freact-js-login-registration-hooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Freact-js-login-registration-hooks/lists"}