{"id":20471396,"url":"https://github.com/bitfumes/jwtverify","last_synced_at":"2025-06-27T06:33:22.079Z","repository":{"id":66358932,"uuid":"129580882","full_name":"bitfumes/JWTVerify","owner":"bitfumes","description":"Verify JWT in your frontend","archived":false,"fork":false,"pushed_at":"2018-04-15T08:54:03.000Z","size":1046,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T14:33:32.257Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitfumes.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}},"created_at":"2018-04-15T05:43:20.000Z","updated_at":"2021-07-25T19:10:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfde7d76-8723-439c-a961-ff1c96d17100","html_url":"https://github.com/bitfumes/JWTVerify","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"70c6c8be2a59445ab9466b9edeceebec46a98635"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfumes%2FJWTVerify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfumes%2FJWTVerify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfumes%2FJWTVerify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfumes%2FJWTVerify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitfumes","download_url":"https://codeload.github.com/bitfumes/JWTVerify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242039012,"owners_count":20061922,"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-15T14:15:58.525Z","updated_at":"2025-03-05T13:42:29.295Z","avatar_url":"https://github.com/bitfumes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tymon JWT-auth Verification\n=========================\nThis package will verify the authenticity of JWT in Front End, given by Tymon JWT-auth on laravel.\n\n## Installation\n    npm i bitfumes-jwt-verify --save\n\n## Usage\n    const VerifyJWT = require('../index');\n    VerifyJWT.handle(token)  // Set the token in localstorage\n    // To remove token\n    VerifyJWT.remove()\n\n    // To get token from localstorage\n    VerifyJWT.get()\n\n    // Verify that token is valid\n    VerifyJWT.isValid()\n\n## Tests\n    npm test\n\n## Contributing\n    Sarthak Shrivastava - Full stack web developer from Bitfumes","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfumes%2Fjwtverify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitfumes%2Fjwtverify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfumes%2Fjwtverify/lists"}