{"id":21326378,"url":"https://github.com/maximemoreillon/express_identification_middleware","last_synced_at":"2026-04-13T08:32:14.602Z","repository":{"id":87272924,"uuid":"358909098","full_name":"maximemoreillon/express_identification_middleware","owner":"maximemoreillon","description":"An authentication middleware for Express","archived":false,"fork":false,"pushed_at":"2025-04-22T07:30:59.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-30T13:29:25.206Z","etag":null,"topics":["express","jwt","nodejs","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/maximemoreillon.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":"2021-04-17T15:06:19.000Z","updated_at":"2025-04-22T07:25:47.000Z","dependencies_parsed_at":"2024-04-23T22:36:10.280Z","dependency_job_id":"754e1776-f054-4edc-85ee-389185d86f74","html_url":"https://github.com/maximemoreillon/express_identification_middleware","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/maximemoreillon/express_identification_middleware","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximemoreillon%2Fexpress_identification_middleware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximemoreillon%2Fexpress_identification_middleware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximemoreillon%2Fexpress_identification_middleware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximemoreillon%2Fexpress_identification_middleware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximemoreillon","download_url":"https://codeload.github.com/maximemoreillon/express_identification_middleware/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximemoreillon%2Fexpress_identification_middleware/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["express","jwt","nodejs","typescript"],"created_at":"2024-11-21T21:09:31.053Z","updated_at":"2026-04-13T08:32:14.586Z","avatar_url":"https://github.com/maximemoreillon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express identification middleware\n\nAn expres middlewware to identify users from their HTTP requests.\n\n## Usage\n\n```typescript\nimport express from \"express\"\nimport auth from \"@moreillon/express_identification_middleware\"\n\nconst app = express()\nconst authOptions = { url: `https://api.users.maximemoreillon.com/users/self` }\n\napp.use(auth(options))\n\napp.listen(8080, () =\u003e {\n  console.log(`Express server started`)\n})\n```\n\n## Options\n\n- url: The URL of the identification route of the authentication API\n- lax: Boolean, set to true to allow unidentified users\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximemoreillon%2Fexpress_identification_middleware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximemoreillon%2Fexpress_identification_middleware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximemoreillon%2Fexpress_identification_middleware/lists"}