{"id":21901466,"url":"https://github.com/linc-technologies/ember-paper-password","last_synced_at":"2026-01-10T03:27:35.439Z","repository":{"id":57224126,"uuid":"108930315","full_name":"linc-technologies/ember-paper-password","owner":"linc-technologies","description":"User passwords that aren't paper thin...","archived":false,"fork":false,"pushed_at":"2024-11-18T01:38:25.000Z","size":5415,"stargazers_count":6,"open_issues_count":13,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-26T22:40:37.603Z","etag":null,"topics":["addon","ember","ember-paper","frontend","hacktoberfest","material-design"],"latest_commit_sha":null,"homepage":"https://developers.linc-ed.com/ember-paper-password/","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/linc-technologies.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-31T01:47:17.000Z","updated_at":"2024-11-05T20:26:09.000Z","dependencies_parsed_at":"2024-10-08T02:29:40.464Z","dependency_job_id":"5e36bce7-7672-45fa-a3ef-d9aea4ca3fee","html_url":"https://github.com/linc-technologies/ember-paper-password","commit_stats":null,"previous_names":["linc-technologies/ember-paper-password","pauln/ember-paper-password"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linc-technologies%2Fember-paper-password","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linc-technologies%2Fember-paper-password/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linc-technologies%2Fember-paper-password/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linc-technologies%2Fember-paper-password/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linc-technologies","download_url":"https://codeload.github.com/linc-technologies/ember-paper-password/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226937240,"owners_count":17706062,"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":["addon","ember","ember-paper","frontend","hacktoberfest","material-design"],"created_at":"2024-11-28T15:13:42.180Z","updated_at":"2026-01-10T03:27:35.376Z","avatar_url":"https://github.com/linc-technologies.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-paper-password\n\nA password input for [Ember Paper](https://github.com/miguelcobain/ember-paper) which integrates strength checking from [zxcvbn](https://github.com/dropbox/zxcvbn).\n\n[Demo](https://developers.linc-ed.com/ember-paper-password/)\n\n## Installation\n\n* `ember install @linc-technologies/ember-paper-password`\n\n## Compatibility\n\n* Ember.js v3.12 or above\n* Ember CLI v2.13 or above\n* Node.js v10 or above\n\n## Usage\n\n`paper-password` passes most parameters through to the underlying `paper-input`.  See the [paper-input documentation](http://miguelcobain.github.io/ember-paper/#/components/input) for more information on which parameters are supported.\n\nIn addition to `paper-input` parameters, `paper-password` supports the following parameters:\n* `minStrength`: Integer, defaults to `3`.  Minimum strength required for this field to pass validation; also sets the point at which `md-warn` is applied to / removed from the progress bar.\n* `strengthLabel`: String, defaults to `'Password strength: '`.  Label shown below the input to indicate password strength.\n* `strengthLevels`: Array, defaults to `['Very Poor', 'Poor', 'Fair', 'Good', 'Excellent']`.  Array of 5 strings which map to `zxcvbn`'s strength levels 0-4.\n* `passwordErrorMessage`: String, defaults to `'Please enter a stronger password.'`.  Error message when a password is specified but does not meet the field's `minStrength`.\n* `inputClass`: String, defaults to `null`.  Additional CSS class(es) to be added to the underlying `paper-input`.\n\n```hbs\n\u003cPaperPassword\n  @label=\"Password\"\n  @type=\"password\"\n  @value={{this.password}}\n  @onChange=(fn (mut password))\n/\u003e\n````\n\n## TODO\n\nPotential improvements include:\n* Displaying the feedback from zxcvbn (problems and/or suggestions)\n\n### Linting\n\n* `npm run lint:hbs`\n* `npm run lint:js`\n* `npm run lint:js -- --fix`\n\n### Running tests\n\n* `ember test` – Runs the test suite on the current Ember version\n* `ember test --server` – Runs the test suite in \"watch mode\"\n* `ember try:each` – Runs the test suite against multiple Ember versions\n\n### Running the dummy application\n\n* `ember serve`\n* Visit the dummy application at [http://localhost:4200](http://localhost:4200).\n\nFor more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinc-technologies%2Fember-paper-password","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinc-technologies%2Fember-paper-password","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinc-technologies%2Fember-paper-password/lists"}