Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
generic extractor cognito idp - import library #15274
Comments
|
For this case, +1 for using warrant. It depends on AWS SDK boto3, and I don't think anyone wants to reimplement that. An issue is that youtube-dl for Windows is built against Python 3.4 for supporting Windows XP (#10014), and looks like it doesn't explicitly state support for 3.4: https://github.com/capless/warrant/blob/ff2e4793d8479e770f2461ef7cbc0c15ee784395/setup.py#L20 |
|
I did a quick test on my MacBook using python 3.4.7 and it worked without any problem. So my conclusion is that for Cognitto IDP, python 3.4 is sufficient. |
What is the purpose of your issue?
I updating the extractor for VIER. Authentication part is no longer working as the website moved to AWS Cognito IDP for authentication. I want create a general extractor for Cognito IDP (I'm assuming that other sites will also start using the platform for authentication in the future.). There is a very neat python library (warrant) that already has support for Cognito IDP, so rather than reinventing the wheel, I would like to import that package (which will generate a new dependency.). Would that be allowed?