{"id":18821169,"url":"https://github.com/compwright/feathers-authentication-passport","last_synced_at":"2026-01-17T21:30:23.296Z","repository":{"id":23574568,"uuid":"99375159","full_name":"compwright/feathers-authentication-passport","owner":"compwright","description":"Generic PassportJS strategy adapter for feathers-authentication","archived":false,"fork":false,"pushed_at":"2024-04-06T18:29:27.000Z","size":1111,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-06T19:32:14.345Z","etag":null,"topics":["feathers-authentication","feathersjs","passportjs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/feathers-authentication-passport","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/compwright.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"compwright"}},"created_at":"2017-08-04T19:50:54.000Z","updated_at":"2022-03-29T00:44:55.000Z","dependencies_parsed_at":"2023-01-13T23:30:48.971Z","dependency_job_id":"9f8bd35c-d7e2-4035-8e40-666862328dd8","html_url":"https://github.com/compwright/feathers-authentication-passport","commit_stats":{"total_commits":22,"total_committers":3,"mean_commits":7.333333333333333,"dds":0.4545454545454546,"last_synced_commit":"dcf016e8af19d12fcbb8f0ec462d2e786353bd60"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Ffeathers-authentication-passport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Ffeathers-authentication-passport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Ffeathers-authentication-passport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Ffeathers-authentication-passport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compwright","download_url":"https://codeload.github.com/compwright/feathers-authentication-passport/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758831,"owners_count":19692034,"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":["feathers-authentication","feathersjs","passportjs"],"created_at":"2024-11-08T00:35:16.540Z","updated_at":"2026-01-17T21:30:23.230Z","avatar_url":"https://github.com/compwright.png","language":"JavaScript","funding_links":["https://github.com/sponsors/compwright"],"categories":[],"sub_categories":[],"readme":"# feathers-authentication-passport\n\n[![Build Status](https://travis-ci.org/compwright/feathers-authentication-passport.png?branch=master)](https://travis-ci.org/compwright/feathers-authentication-passport)\n[![Code Climate](https://codeclimate.com/github/compwright/feathers-authentication-passport/badges/gpa.svg)](https://codeclimate.com/github/compwright/feathers-authentication-passport)\n[![Test Coverage](https://codeclimate.com/github/compwright/feathers-authentication-passport/badges/coverage.svg)](https://codeclimate.com/github/compwright/feathers-authentication-passport/coverage)\n[![Dependency Status](https://img.shields.io/david/compwright/feathers-authentication-passport.svg?style=flat-square)](https://david-dm.org/compwright/feathers-authentication-passport)\n[![Download Status](https://img.shields.io/npm/dm/feathers-authentication-passport.svg?style=flat-square)](https://www.npmjs.com/package/feathers-authentication-passport)\n[![Sponsor on GitHub](https://img.shields.io/static/v1?label=Sponsor\u0026message=❤\u0026logo=GitHub\u0026link=https://github.com/sponsors/compwright)](https://github.com/sponsors/compwright)\n\nA generic [PassportJS](http://passportjs.org) strategy adapter for [feathers-authentication](https://github.com/feathersjs/feathers-authentication).\n\n## Installation\n\n```\nnpm install feathers-authentication-passport --save\n```\n\n## Compatibility\n\n* `feathers-authentication@1.x` and above\n\n## Usage\n\nIn most cases initializing the `feathers-authentication-passport` module is as simple as doing this:\n\n```js\napp.configure(authentication(settings));\napp.configure(passportAuthentication({\n  name: settings.passport.name, // defaults to 'passport' if not specified\n  strategy: new PassportStrategy(settings.passport, Verifier) // required\n}));\n```\n\nSee the examples/ directory for a complete example.\n\n## License\n\nCopyright (c) 2017\n\nLicensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompwright%2Ffeathers-authentication-passport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompwright%2Ffeathers-authentication-passport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompwright%2Ffeathers-authentication-passport/lists"}