capless / warrant

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
468 stars 192 forks source link

Extract current_time as method #75

Closed balloob closed 6 years ago

balloob commented 6 years ago

Extract the method current_time from process_challenge. This allows people on platforms that don't use libc to monkey patch it (workaround for #55).

Introduces no change in the logic.

armicron commented 6 years ago

We make pull requests into develop branch usually.

balloob commented 6 years ago

Rebased.

balloob commented 6 years ago

I think that #79 is the correct solution.