capless / warrant

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

Check if self.base_attributes exists #82

Closed balloob closed 6 years ago

balloob commented 6 years ago

self.base_attributes is None until add_base_attributes has been called. This checks the value before calling .copy() on it.

Workaround until this fix is merged: call cognito_obj.add_base_attributes() to set it to an empty dictionary.