{"id":19418317,"url":"https://github.com/f9mac/authless","last_synced_at":"2026-06-20T09:32:21.038Z","repository":{"id":39759311,"uuid":"198648927","full_name":"f9mac/authless","owner":"f9mac","description":"A browserless / puppeteer extension adding authentication management","archived":false,"fork":false,"pushed_at":"2023-01-10T22:01:02.000Z","size":389,"stargazers_count":0,"open_issues_count":14,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-25T03:41:59.657Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f9mac.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}},"created_at":"2019-07-24T14:12:38.000Z","updated_at":"2019-07-31T10:58:14.000Z","dependencies_parsed_at":"2023-02-08T20:15:28.863Z","dependency_job_id":null,"html_url":"https://github.com/f9mac/authless","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/f9mac/authless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f9mac%2Fauthless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f9mac%2Fauthless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f9mac%2Fauthless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f9mac%2Fauthless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f9mac","download_url":"https://codeload.github.com/f9mac/authless/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f9mac%2Fauthless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34565240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":[],"created_at":"2024-11-10T13:13:37.531Z","updated_at":"2026-06-20T09:32:21.021Z","avatar_url":"https://github.com/f9mac.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Authless • [![Maintainability](https://api.codeclimate.com/v1/badges/0d08b1e07557c386f3ec/maintainability)](https://codeclimate.com/github/f9mac/authless/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/0d08b1e07557c386f3ec/test_coverage)](https://codeclimate.com/github/f9mac/authless/test_coverage)\n\nA browserless, \"Chrome-as-a-service\", extension adding advanced authentication management capabilities.\n\n## Install\n\n```\nyarn add authless\n# - or -\nnpm install authless\n```\n\n## ENV\n\n- **`CHROME_USER_DATA_DIR`**: If set user data profiles are stored in that directory, otherwise chrome default dir is used. Example: `/path/to/dir/`. Default: `undefined`\n\n## Usage\n\n```javascript\nconst {\n  Authless,\n  Router,\n  Route,\n  DefaultService,\n  LinkedinService,\n  LinkedinSalesNavigatorService,\n  Account\n} = require('authless');\n\n// initate services\nconst defaultService = new DefaultService();\nconst linkedinService = new LinkedinService();\nconst linkedinSalesNavService = new LinkedinSalesNavigatorService();\n\n// add accounts to services (or do it sometime later)\ndefaultService.add(new Account(config));\n\n// initiate router with services\nconst authlessRouter = new Router([\n  ...DefaultService.getRoutes(defaultService, Route),\n  ...LinkedinService.getRoutes(linkedinService, Route),\n  ...LinkedinSalesNavigatorService.getRoutes(linkedinSalesNavService, Route)\n]);\n\n// and finally, initiate authless\nconst authless = new Authless(authlessRouter);\n```\n\n## ToDo\n\n- [ ] implement post .goto verification if authenticated or not\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff9mac%2Fauthless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff9mac%2Fauthless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff9mac%2Fauthless/lists"}