{"id":13505570,"url":"https://github.com/farminf/aws-cdk-passwordless","last_synced_at":"2026-02-01T08:06:01.490Z","repository":{"id":43566019,"uuid":"203192918","full_name":"farminf/aws-cdk-passwordless","owner":"farminf","description":"an AWS CDK construct for having passwordless authentication using Cognito userpool","archived":false,"fork":false,"pushed_at":"2023-01-04T08:16:21.000Z","size":4310,"stargazers_count":19,"open_issues_count":37,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-01T03:32:32.990Z","etag":null,"topics":["aws","cognito","passwordless","serverless"],"latest_commit_sha":null,"homepage":"","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/farminf.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-08-19T14:48:59.000Z","updated_at":"2024-08-13T03:40:08.000Z","dependencies_parsed_at":"2023-02-02T04:46:35.917Z","dependency_job_id":null,"html_url":"https://github.com/farminf/aws-cdk-passwordless","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/farminf%2Faws-cdk-passwordless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farminf%2Faws-cdk-passwordless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farminf%2Faws-cdk-passwordless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farminf%2Faws-cdk-passwordless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farminf","download_url":"https://codeload.github.com/farminf/aws-cdk-passwordless/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246262490,"owners_count":20749170,"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":["aws","cognito","passwordless","serverless"],"created_at":"2024-08-01T00:01:09.930Z","updated_at":"2026-02-01T08:05:56.449Z","avatar_url":"https://github.com/farminf.png","language":"JavaScript","funding_links":[],"categories":["Construct Libraries"],"sub_categories":["Security"],"readme":"# AWS CDK PasswordLess Construct\n\nAn AWS CDK construct for creating passwordless authentication resources on AWS.\nThis Construct will create following resources with their configuration:\n\n- Cognito User Pool\n- Cognito Pool Client\n- Cognito Lambda Trigger\n\n# Usage\n\n```bash\nyarn add aws-cdk-passwordless\n```\n\n```js\nimport { CdkPasswordless } from \"aws-cdk-passwordless\";\n\n\nnew CdkPasswordless(this, \"myPasswordLess\", {\n  mailSubject: \"myStack - signIn\", // subject of the mail arriving with code to confirm\n  userPoolClientName: \"myClientName\",\n  verifiedDomains: [\"gmail.com\"], // emails with the domains that are allow to signup\n  postConfirmationLambda: lambda.Function(...) // passing a lambda which will be triggered after code confirmation\n});\n```\n\n# note\n\nThere is a sample folder showing how to deploy a stack using this construct.\nAdditionally, There is a very simple Web Demo Client which shows how passwordless authentication can be done on the client side. It uses AWS Amplify.\n\n# License\n\nMIT\n\n# Useful commands\n\n- `npm run build` compile typescript to js\n- `npm run watch` watch for changes and compile\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarminf%2Faws-cdk-passwordless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarminf%2Faws-cdk-passwordless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarminf%2Faws-cdk-passwordless/lists"}