{"id":22004546,"url":"https://github.com/slicknode/slicknode-auth-email-password","last_synced_at":"2025-03-23T06:22:34.813Z","repository":{"id":57363070,"uuid":"148212620","full_name":"slicknode/slicknode-auth-email-password","owner":"slicknode","description":"Slicknode authenticator for email / password login","archived":false,"fork":false,"pushed_at":"2018-09-10T22:06:31.000Z","size":26,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T13:56:16.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/slicknode.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}},"created_at":"2018-09-10T20:08:00.000Z","updated_at":"2018-09-10T22:06:33.000Z","dependencies_parsed_at":"2022-09-26T16:32:23.923Z","dependency_job_id":null,"html_url":"https://github.com/slicknode/slicknode-auth-email-password","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicknode%2Fslicknode-auth-email-password","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicknode%2Fslicknode-auth-email-password/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicknode%2Fslicknode-auth-email-password/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicknode%2Fslicknode-auth-email-password/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slicknode","download_url":"https://codeload.github.com/slicknode/slicknode-auth-email-password/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244236102,"owners_count":20420752,"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-11-30T00:16:28.404Z","updated_at":"2025-03-23T06:22:34.788Z","avatar_url":"https://github.com/slicknode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slicknode Email / Password Authenticator\n\nAuthenticator for `slicknode-client` to authenticate a user with email address and password.\n\n## Installation\n\nTo use this authenticator, install the slicknode module in your project: \n\n    slicknode module add auth-email-password\n\nThen install the authenticator in your (frontend) application:\n\n     npm install -S slicknode-auth-email-password\n\n\n## Usage\n\n```javascript\nimport login from 'slicknode-auth-email-password';\nimport Client from 'slicknode-client';\n\nconst email = 'info@slicknode.com';\nconst password = '12345';\nconst client = new Client({\n  endpoint: 'http://myproject.slicknode.com/'\n});\nclient.authenticate(login(email, password))\n  .then(() =\u003e {\n    console.log('Login was successful');\n  })\n  .catch(err =\u003e {\n    console.log('Login failed', err.message);\n  });\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslicknode%2Fslicknode-auth-email-password","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslicknode%2Fslicknode-auth-email-password","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslicknode%2Fslicknode-auth-email-password/lists"}