NabuCasa / pycognito

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

Allow passing Python bools as attribute values. #172

Closed nk9 closed 1 year ago

nk9 commented 1 year ago

cognito_to_dict unpacks string "true" and "false" into Python booleans, but you presently have to pass strings into the reverse dict_to_cognito function. This patch serializes Python booleans as Cognito-friendly strings.

nk9 commented 1 year ago

Released in 2022.11.0