aws-samples / amazon-cognito-passwordless-auth

Passwordless authentication with Amazon Cognito: FIDO2 (WebAuthn, support for Passkeys), Magic Link, SMS OTP Step Up
Apache License 2.0
382 stars 70 forks source link

[Feature] Provide a python package #170

Open bpauwels opened 6 months ago

bpauwels commented 6 months ago

To use this solution with cdk and the python programming language, it would be a big advantage to package this for python.

It might be possible to bundle this using https://aws.github.io/jsii/

ottokruse commented 6 months ago

Thanks you're right we should do that for Python CDK users