{"id":20563390,"url":"https://github.com/pilotak/openapi-typescript-jwt","last_synced_at":"2026-04-11T19:06:40.818Z","repository":{"id":91903480,"uuid":"364698867","full_name":"pilotak/openapi-typescript-jwt","owner":"pilotak","description":"Express.js OpenAPI 3 typescript JWT boilerplate","archived":false,"fork":false,"pushed_at":"2021-06-21T09:08:47.000Z","size":292,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T08:20:30.638Z","etag":null,"topics":["authentication","express","jwt","nodejs","openapi","openapi3","typescript"],"latest_commit_sha":null,"homepage":"","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/pilotak.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":"2021-05-05T20:32:46.000Z","updated_at":"2021-06-21T09:08:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfb5d38d-8754-4df7-89fa-cf26123b4f2b","html_url":"https://github.com/pilotak/openapi-typescript-jwt","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/pilotak/openapi-typescript-jwt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2Fopenapi-typescript-jwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2Fopenapi-typescript-jwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2Fopenapi-typescript-jwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2Fopenapi-typescript-jwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pilotak","download_url":"https://codeload.github.com/pilotak/openapi-typescript-jwt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotak%2Fopenapi-typescript-jwt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278903036,"owners_count":26065786,"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-10-08T02:00:06.501Z","response_time":56,"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","express","jwt","nodejs","openapi","openapi3","typescript"],"created_at":"2024-11-16T04:18:03.089Z","updated_at":"2025-10-08T07:06:22.408Z","avatar_url":"https://github.com/pilotak.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenAPI 3 TypeScript JWT template\nAn example API with TypeScript support and basic login mechanism based on JWT\n\n## Install\n```sh\nnpm install \u0026\u0026 npm run dev\n```\n\n## Run\nFirst login and copy generated token.\n\n```sh\ncurl -H 'Accept: application/json' -X POST -d 'username=test' http://localhost:3000/v1/login\n```\n\nNow you can see openapi.json\n```sh\ncurl -H 'Accept: application/json' -X GET -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' http://localhost:3000/v1/docs\n```\n\nOr you can list users\n```sh\ncurl -H 'Accept: application/json' -X GET -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' http://localhost:3000/v1/users\n```\n\n## GUI\nJust visit `redoc.html` via your browser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilotak%2Fopenapi-typescript-jwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpilotak%2Fopenapi-typescript-jwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilotak%2Fopenapi-typescript-jwt/lists"}