{"id":18300717,"url":"https://github.com/iwatanikenji/nextauth","last_synced_at":"2026-05-19T10:31:39.070Z","repository":{"id":107777515,"uuid":"486975503","full_name":"iwataniKenji/nextauth","owner":"iwataniKenji","description":"NextJS app that uses authentication functionality and save tokens on cookies","archived":false,"fork":false,"pushed_at":"2022-05-12T23:41:25.000Z","size":324,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T09:39:18.864Z","etag":null,"topics":["authentication","axios","chakra-ui","cookies","jwt","nextjs"],"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/iwataniKenji.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}},"created_at":"2022-04-29T13:06:30.000Z","updated_at":"2022-05-12T23:44:11.000Z","dependencies_parsed_at":"2023-07-07T10:33:54.072Z","dependency_job_id":null,"html_url":"https://github.com/iwataniKenji/nextauth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iwataniKenji/nextauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwataniKenji%2Fnextauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwataniKenji%2Fnextauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwataniKenji%2Fnextauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwataniKenji%2Fnextauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iwataniKenji","download_url":"https://codeload.github.com/iwataniKenji/nextauth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwataniKenji%2Fnextauth/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268378965,"owners_count":24240907,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","axios","chakra-ui","cookies","jwt","nextjs"],"created_at":"2024-11-05T15:13:12.981Z","updated_at":"2026-05-19T10:31:38.997Z","avatar_url":"https://github.com/iwataniKenji.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eNEXT AUTH\u003c/h1\u003e\n\n\u003ch2 align=\"center\"\u003eSummary\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#about\"\u003e📙 About\u003c/a\u003e\n    \u003ca href=\"#preview\"\u003e🖼️ Preview\u003c/a\u003e\n    \u003ca href=\"#start\"\u003e📖 How to Start\u003c/a\u003e\n    \u003ca href=\"#features\"\u003e💡 Features\u003c/a\u003e\n    \u003ca href=\"#technologies\"\u003e💻 Technologies\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch4 align=\"center\"\u003e\n   ✔️ FeedGet project finished ✔️\n\u003c/h4\u003e\n\n\u003ch2 id=\"about\"\u003e📙 About\u003c/H2\u003e\n\n\u003cp\u003eNextauth is a project focused on the authentication functionality which can be use as supplementary function on other apps. It saves tokens on cookies and redirects the user when logout the application.\u003c/p\u003e\n\u003cp\u003eThis project is originally created on Ignite from \u003ca href=\"https://www.rocketseat.com.br/\"\u003eRocketseat\u003c/a\u003e and made by \u003ca href=\"https://www.linkedin.com/in/kleverson-kenji-iwatani/\"\u003eKenji Iwatani\u003c/a\u003e\u003c/p\u003e\n\n---\n\n\u003cH2 id=\"preview\"\u003e🖼️ Preview\u003c/H2\u003e\n\n\u003csection align=\"center\"\u003e\n    \u003cimg alt=\"nextauth overview\" src=\"./assets/preview.gif\"/\u003e\n\u003c/section\u003e\n\n---\n\n\u003cH2 id=\"start\"\u003e📖 How to Start\u003c/H2\u003e\n\n\u003ch4\u003eStarting this repository\u003c/h3\u003e\n\n```bash\n# Clone this repository\n$ git clone https://github.com/iwataniKenji/feedget\n\n# Access the project directory\n$ cd feedget\n```\n\n\u003ch4\u003eServer\u003c/h4\u003e\n\n```bash\n# Access the \"server\" folder\n$ cd server\n\n# Install dependencies\n$ yarn\n\n# Start the server\n$ yarn dev\n```\n\n\u003ch4\u003eWeb\u003c/h4\u003e\n\n```bash\n# Access the \"web\" folder\n$ cd web\n\n# Install dependencies\n$ yarn\n\n# Start the application\n$ yarn dev\n```\n\n---\n\n\u003cH2 id=\"features\"\u003e💡 Features\u003c/H2\u003e\n\n- [x] Declarative interface with Chakra UI\n- [x] Props usage through contexts\n- [x] Axios implementation to set communication between front and backend \n- [x] Saves tokens on cookies \n- [x] Recovers authentication state  \n- [x] Redirects to home page when user logout \n\n---\n\n\u003cH2 id=\"technologies\"\u003e💻 Technologies\u003c/H2\u003e\n\n- [x] \u003ca href=\"https://nextjs.org/\"\u003eNextJS\u003c/a\u003e\n- [x] \u003ca href=\"https://reactjs.org/\"\u003eReact\u003c/a\u003e\n- [x] \u003ca href=\"https://www.typescriptlang.org/\"\u003eTypescript\u003c/a\u003e\n- [x] \u003ca href=\"https://chakra-ui.com/\"\u003eChakra UI\u003c/a\u003e\n- [x] \u003ca href=\"https://jwt.io/\"\u003eJWT\u003c/a\u003e\n- [x] \u003ca href=\"https://axios-http.com/\"\u003eAxios\u003c/a\u003e\n- [x] \u003ca href=\"https://github.com/maticzav/nookies\"\u003eNookies\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwatanikenji%2Fnextauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiwatanikenji%2Fnextauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwatanikenji%2Fnextauth/lists"}