{"id":26179485,"url":"https://github.com/bezkoder/react-typescript-login-example","last_synced_at":"2026-03-06T13:04:23.807Z","repository":{"id":39409956,"uuid":"406606498","full_name":"bezkoder/react-typescript-login-example","owner":"bezkoder","description":"React Typescript Login and Registration example - JWT Authentication \u0026 Authorization with Axios, Router, Rest API","archived":false,"fork":false,"pushed_at":"2023-03-17T01:14:18.000Z","size":646,"stargazers_count":112,"open_issues_count":2,"forks_count":62,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T22:37:34.818Z","etag":null,"topics":["authentication","authorization","axios","jwt","jwt-authentication","login","react","react-typescript","token-based-authentication","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-09-15T03:55:29.000Z","updated_at":"2025-03-28T12:58:46.000Z","dependencies_parsed_at":"2025-04-14T22:32:45.433Z","dependency_job_id":"88b4cd4d-a90c-4eab-a4b1-08b9f7e14b0c","html_url":"https://github.com/bezkoder/react-typescript-login-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bezkoder/react-typescript-login-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-typescript-login-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-typescript-login-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-typescript-login-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-typescript-login-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/react-typescript-login-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-typescript-login-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30178286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T12:39:21.703Z","status":"ssl_error","status_checked_at":"2026-03-06T12:36:09.819Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","axios","jwt","jwt-authentication","login","react","react-typescript","token-based-authentication","typescript"],"created_at":"2025-03-11T21:50:07.491Z","updated_at":"2026-03-06T13:04:23.798Z","avatar_url":"https://github.com/bezkoder.png","language":"TypeScript","readme":"# React Typescript Login example with Axios and Web API\n\nBuild React Typescript Login and Registration example with React Router, Axios and Bootstrap (without Redux):\n- JWT Authentication Flow for User Signup \u0026 User Login\n- Project Structure for React Typescript Authentication (without Redux) with React Router \u0026 Axios\n- Creating React Components with Form Validation using Formik and Yup\n- React Typescript Components for accessing protected Resources (Authorization)\n- Dynamic Navigation Bar in React Typescript App\n\nFor instruction, please visit:\n\u003e [React Typescript Login and Registration example](https://www.bezkoder.com/react-typescript-login-example/)\n\n\u003e [React Typescript Login and Registration example (using Hooks)](https://www.bezkoder.com/react-typescript-authentication-example/)\n\nSignup Page:\n\n![react-typescript-login-example-signup](react-typescript-login-example-signup.png)\n\nForm Validation:\n\n![react-typescript-login-example-form-validation](react-typescript-login-example-form-validation.png)\n\nLogin Page:\n\n![react-typescript-login-example-login](react-typescript-login-example-login.png)\n\nProfile Page:\n\n![react-typescript-login-example-profile-page](react-typescript-login-example-profile-page.png)\n\nThis React Client works well with following back-end Server:\n\u003e [Spring Boot: JWT Authentication \u0026 Authorization with MySQL](https://www.bezkoder.com/spring-boot-jwt-authentication/)\n\n\u003e [Spring Boot: JWT Authentication \u0026 Authorization with PostgreSQL](https://www.bezkoder.com/spring-boot-security-postgresql-jwt-authentication/)\n\n\u003e [Spring Boot: JWT Authentication \u0026 Authorization with MongoDB](https://www.bezkoder.com/spring-boot-jwt-auth-mongodb/)\n\n\u003e [Node Express: JWT Authentication \u0026 Authorization with MySQL](https://www.bezkoder.com/node-js-jwt-authentication-mysql/)\n\n\u003e [Node Express: JWT Authentication \u0026 Authorization with PostgreSQL](https://www.bezkoder.com/node-js-jwt-authentication-postgresql/)\n\n\u003e [Node Express: WT Authentication \u0026 Authorization with MongoDB](https://www.bezkoder.com/node-js-mongodb-auth-jwt/)\n\nRelated Posts:\n\u003e [React Typescript CRUD example with Axios and Web API](https://www.bezkoder.com/react-typescript-axios/)\n\n\u003e [React Hooks Typescript CRUD example with Axios and Web API](https://www.bezkoder.com/react-typescript-api-call/)\n\n\u003e [React (Javascript) CRUD example to consume Web API](https://www.bezkoder.com/react-crud-web-api/)\n\n\u003e [React Hook Form Typescript example with Validation](https://www.bezkoder.com/react-hook-form-typescript/)\n\nFullstack with Node Express:\n\u003e [React + Node Express + MySQL](https://www.bezkoder.com/react-node-express-mysql/)\n\n\u003e [React + Node Express + PostgreSQL](https://www.bezkoder.com/react-node-express-postgresql/)\n\n\u003e [React + Node Express + MongoDB](https://www.bezkoder.com/react-node-express-mongodb-mern-stack/)\n\nFullstack with Spring Boot:\n\u003e [React + Spring Boot + MySQL](https://www.bezkoder.com/react-spring-boot-crud/)\n\n\u003e [React + Spring Boot + PostgreSQL](https://www.bezkoder.com/spring-boot-react-postgresql/)\n\n\u003e [React + Spring Boot + MongoDB](https://www.bezkoder.com/react-spring-boot-mongodb/)\n\nFullstack with Django:\n\n\u003e [React + Django Rest Framework](https://www.bezkoder.com/django-react-axios-rest-framework/)\n\nServerless:\n\u003e [React Typescript Firebase example: Build CRUD App](https://www.bezkoder.com/firebase-typescript-react/)\n\n\u003e [React Typescript Firestore example: Build CRUD App](https://www.bezkoder.com/react-typescript-firestore/)\n\nIntegration (run back-end \u0026 front-end on same server/port)\n\u003e [How to integrate React with Spring Boot](https://www.bezkoder.com/integrate-reactjs-spring-boot/)\n\n\u003e [Integrate React with Node Express on same Server/Port](https://www.bezkoder.com/integrate-react-express-same-server-port/)\n\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n### Set port\n.env\n```\nPORT=8081\n```\n\n## Project setup\n\nIn the project directory, you can run:\n\n```\nnpm install\n# or\nyarn install\n```\n\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Freact-typescript-login-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Freact-typescript-login-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Freact-typescript-login-example/lists"}