{"id":17006182,"url":"https://github.com/mmraisi/jwt-warden","last_synced_at":"2026-02-12T06:07:36.327Z","repository":{"id":229280602,"uuid":"775766641","full_name":"mmraisi/jwt-warden","owner":"mmraisi","description":"jwt-warden is a comprehensive Node.js package for JSON Web Token (JWT)","archived":false,"fork":false,"pushed_at":"2025-02-18T15:29:26.000Z","size":743,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T07:54:45.325Z","etag":null,"topics":["authentication","jwt","jwt-authentication","jwt-token"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/jwt-warden","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmraisi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-03-22T02:06:51.000Z","updated_at":"2024-11-25T16:20:04.000Z","dependencies_parsed_at":"2024-06-11T16:34:40.163Z","dependency_job_id":"e8e7d855-b380-41e9-817d-16ff9f579b21","html_url":"https://github.com/mmraisi/jwt-warden","commit_stats":null,"previous_names":["mmraisi/jwt-warden"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/mmraisi/jwt-warden","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmraisi%2Fjwt-warden","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmraisi%2Fjwt-warden/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmraisi%2Fjwt-warden/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmraisi%2Fjwt-warden/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmraisi","download_url":"https://codeload.github.com/mmraisi/jwt-warden/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmraisi%2Fjwt-warden/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29360396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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","jwt","jwt-authentication","jwt-token"],"created_at":"2024-10-14T05:05:11.568Z","updated_at":"2026-02-12T06:07:36.312Z","avatar_url":"https://github.com/mmraisi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jwt-warden\n\njwt-warden is a comprehensive Node.js package for JSON Web Token (JWT) authentication and authorization, designed to simplify securing backend services with JWT-based authentication.\n\n## Installation\n\nYou can install jwt-warden using npm:\n\n```bash\nnpm install jwt-warden\n```\n\nOnce installed, you can import and use jwt-warden in your Node.js application as follows:\n\n```js\n// Import jwt-warden methods\nconst { sign, decode, verify } = require(\"jwt-warden\");\n\n// Example usage\nconst token = sign({ userId: \"123456\" }, \"your_secret_key\");\nconsole.log(\"Generated token:\", token);\n\nconst decodedToken = decode(token);\nconsole.log(\"Decoded token:\", decodedToken);\n\nconst isValid = verify(token, \"your_secret_key\");\nconsole.log(\"Token verification result:\", isValid);\n```\n\nReplace 'your_secret_key' with your actual secret key used for JWT signing and verification.\n\n## Contributing\n\nContributions are welcome! Please see our contribution guidelines for more information.\n\n## License\n\nThis project is licensed under the [MIT License](/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmraisi%2Fjwt-warden","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmraisi%2Fjwt-warden","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmraisi%2Fjwt-warden/lists"}