{"id":23628541,"url":"https://github.com/aabbdev/authrider","last_synced_at":"2026-05-07T01:06:34.324Z","repository":{"id":131317811,"uuid":"576277999","full_name":"aabbdev/authrider","owner":"aabbdev","description":"The bodyguard for your unprotected services","archived":false,"fork":false,"pushed_at":"2022-12-11T18:53:09.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T19:39:34.060Z","etag":null,"topics":["auth0","authentication","authorization","jwt","nginx","reverse-proxy","traefik"],"latest_commit_sha":null,"homepage":"","language":"Python","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/aabbdev.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":"2022-12-09T12:48:43.000Z","updated_at":"2022-12-10T23:36:13.000Z","dependencies_parsed_at":"2023-07-31T06:15:15.454Z","dependency_job_id":null,"html_url":"https://github.com/aabbdev/authrider","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aabbdev/authrider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aabbdev%2Fauthrider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aabbdev%2Fauthrider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aabbdev%2Fauthrider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aabbdev%2Fauthrider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aabbdev","download_url":"https://codeload.github.com/aabbdev/authrider/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aabbdev%2Fauthrider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272793018,"owners_count":24993830,"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-08-30T02:00:09.474Z","response_time":77,"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":["auth0","authentication","authorization","jwt","nginx","reverse-proxy","traefik"],"created_at":"2024-12-28T00:46:17.431Z","updated_at":"2026-05-07T01:06:29.303Z","avatar_url":"https://github.com/aabbdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# authrider\nAuthrider is the perfect bodyguard for validating JWT Tokens on your favorite reverse proxy like NGINX, Traefik.\n\n#### Install with Docker\n```bash\ndocker run -d --pull=always --name=authrider-1 --rm -p 3000:3000 -e JWT_ALGORITHM='HS256' -e JWT_SECRET='mysecret' ghcr.io/aabbdev/authrider:main\n```\n\n#### Environment variables\n- JWT_ALGORITHM='HS256' (available algorithms: HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES256K, ES384, ES521, ES512, PS256, PS384, PS512, EdDSA) *\n- JWT_SECRET='YOUR SECRET or -----BEGIN PUBLIC KEY-----...' or JWKS_URL = \"https://\u003cYOUR_AUTH_PROVIDER\u003e/.well-known/jwks.json\" *\n- JWT_CLAIMS='X-User:sub;X-Profile:profile' (Optional)\n- JWT_ISSUER='https://authprovider.com' (Optional)\n- JWT_AUDIENCE='http://localhost' (Optional)\n\n#### Install with Docker compose\n\n```yaml\nversion: '3.9'\n\nservices:\n  authrider:\n    image: ghcr.io/aabbdev/authrider:main\n    environment:\n      - JWT_SECRET=\u003cyour secret\u003e\n      - JWT_ALGORITHM=HS256\n      - JWT_CLAIMS=X-User:sub\n    ports:\n      - \"3000:3000\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faabbdev%2Fauthrider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faabbdev%2Fauthrider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faabbdev%2Fauthrider/lists"}