{"id":22354058,"url":"https://github.com/movableink/doorman","last_synced_at":"2025-08-13T21:40:30.984Z","repository":{"id":2230141,"uuid":"3182936","full_name":"movableink/doorman","owner":"movableink","description":"HTTP Proxy + OAuth","archived":false,"fork":false,"pushed_at":"2023-10-06T19:43:36.000Z","size":455,"stargazers_count":167,"open_issues_count":17,"forks_count":54,"subscribers_count":55,"default_branch":"master","last_synced_at":"2024-04-15T12:29:03.382Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/movableink.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":"2012-01-15T09:28:54.000Z","updated_at":"2023-07-28T02:42:31.000Z","dependencies_parsed_at":"2024-12-04T13:11:10.561Z","dependency_job_id":null,"html_url":"https://github.com/movableink/doorman","commit_stats":{"total_commits":81,"total_committers":13,"mean_commits":6.230769230769231,"dds":"0.33333333333333337","last_synced_commit":"2961d428257b228c2150eab1ce824d7af4c1980c"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fdoorman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fdoorman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fdoorman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fdoorman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/movableink","download_url":"https://codeload.github.com/movableink/doorman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247622984,"owners_count":20968575,"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-12-04T13:11:01.908Z","updated_at":"2025-04-07T09:18:36.031Z","avatar_url":"https://github.com/movableink.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"DOORMAN\n=======\n\nDoorman is an http proxy that authenticates via OAuth.\n\nYour organization probably has some internal services that need to be\npassword-protected.  You likely also already manage users using an external\nservice. (Github, Google Apps, etc)  Wouldn't it be nice if you could\ndelegate your internal app's authentication/authorization to that app?\n\n![Screenshot](http://cl.ly/253L0I1S2i190X3m1M1Q/Image%202012.01.15%204:15:52%20AM.png)\n\nRequirements\n------------\n\n * node.js \u003e= 0.8.x\n\n\nInstallation\n------------\n\n  * `npm install`\n  * copy conf.example.js to conf.js and modify\n  * `npm start`\n\n\nStrategies\n----------\n\nDoorman uses [everyauth](https://github.com/bnoguchi/everyauth) for authenticating,\nso it supports a wide variety of providers for authentication.  For authorization,\nwe need to determine which authenticated users to let in. (see `lib/modules`) So\nfar only the Github and Google modules are complete, but others are fairly easy.\n\n\nAcknowledgements\n----------------\n\nDoorman is pretty much just everyauth (https://github.com/bnoguchi/everyauth) and\nnode-http-proxy (https://github.com/nodejitsu/node-http-proxy) grafted together,\nand those two projects do most of the heavy lifting.\n\n\nChangelog\n---------\n\n#### 0.4.1\n  * bump http-proxy version to fix #32 (AlexRRR)\n\n#### 0.4.0\n  * _breaking_: simplify session cookie config. (see conf.example.js) (kcrayon)\n  * pass config file as a second argument (kcrayon)\n  * google auth only prompts user when necessary (kuahyeow)\n  * reduce github permissions to minimum necessary (dwradcliffe)\n  * https support (AndrewJo)\n  * conf.environment.js config for using environment variables (pataquets)\n  * replace winston logging with stdout/stderr\n\n#### 0.3.0\n\n  * `requiredEmail` option for github and google modules\n  * `requiredDomain` and `requiredOrganization` options can be arrays\n  * /_doorman/logout route\n  * Upgrade everyauth to 0.4.9 (#18)\n\nLicense\n-------\n\nLicensed under the MIT License. See LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovableink%2Fdoorman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmovableink%2Fdoorman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovableink%2Fdoorman/lists"}