capless / warrant

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

adds enabled field to user response object #37

Closed jasonvangundy closed 7 years ago

jasonvangundy commented 7 years ago

The user object returned from the boto call responds with an "Enabled" value indicating whether or not they're currently disabled or enabled. This is useful to take advantage of real-time disabling / enabling of users.