{"id":19450692,"url":"https://github.com/du-disk/jwt-refresh-token","last_synced_at":"2026-05-15T11:02:14.094Z","repository":{"id":137823385,"uuid":"446255475","full_name":"du-disk/jwt-refresh-token","owner":"du-disk","description":"POC JWT Refresh Token","archived":false,"fork":false,"pushed_at":"2022-01-10T03:58:34.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-07T23:47:49.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/du-disk.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-01-10T02:22:52.000Z","updated_at":"2022-08-06T05:08:05.000Z","dependencies_parsed_at":"2023-04-06T09:00:54.737Z","dependency_job_id":null,"html_url":"https://github.com/du-disk/jwt-refresh-token","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/du-disk%2Fjwt-refresh-token","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/du-disk%2Fjwt-refresh-token/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/du-disk%2Fjwt-refresh-token/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/du-disk%2Fjwt-refresh-token/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/du-disk","download_url":"https://codeload.github.com/du-disk/jwt-refresh-token/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240637757,"owners_count":19833188,"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":[],"created_at":"2024-11-10T16:38:39.015Z","updated_at":"2026-05-15T11:02:08.864Z","avatar_url":"https://github.com/du-disk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NODE JS - JWT REFRESH TOKEN\n\nImplementation Refresh Token Using [Json Web Token](https://jwt.io/)\n![Screenshot](https://user-images.githubusercontent.com/30786664/148716578-23f8401f-62b9-4602-b091-18dd5cb4587c.png)\n\n## Installation 🚀\n\nUse the [git](https://git-scm.com/) to clone this repository.\n\n```bash\ngit clone https://github.com/du-disk/jwt-refresh-token.git\n```\nGo to the project directory\n```bash\ncd jwt-refresh-token\n```\nInstall dependencies\n```bash\nyarn install\n```\nwith npm\n```bash\nnpm install\n```\n\n## Setup .env file\nRename `.env-example to` `.env` and set variable as your environment\n\n```ini\nNODE_PORT=3000\nNODE_TOKEN_LIFE=9000\nNODE_REFRESH_TOKEN_LIFE=86400\nNODE_SECRET_KEY=secret-key\nNODE_REFRESH_SECRET_KEY=refresh-secret-key\n```\n\n## Available Scripts\nTo run app as development, run the following command\n```bash\nyarn start\n```\nTest \n```bash\nyarn test\n```\n\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdu-disk%2Fjwt-refresh-token","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdu-disk%2Fjwt-refresh-token","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdu-disk%2Fjwt-refresh-token/lists"}