Nick Kocharhook

Results 181 comments of Nick Kocharhook

Sounds even better. I guess this means I should close my pull request then?

This bug should be closed, it's incomprehensible. It seems likely that OP has not passed a valid tuple as explained [here](https://pythonhosted.org/Flask-Security/configuration.html#messages).

I'm seeing this same stack intermittently when using `nand`. Fortunately, in my case, it's not preventing the command from working. But the error is quite ugly and doesn't provide any...

Released in [2022.11.1](https://github.com/pvizeli/pycognito/releases/tag/2022.11.1).

In the code you provide, `print` would run if `authenticate` returned successfully. But [inside of that method](https://github.com/pvizeli/pycognito/blob/dd93b41bea07be48ad54b1e5dca878d847195f31/pycognito/__init__.py#L436) is this try block: ```python try: tokens = aws.authenticate_user(client_metadata=client_metadata) except MFAChallengeException as mfa_challenge:...

Released in [2022.11.0](https://github.com/pvizeli/pycognito/releases/tag/2022.11.0)

Thanks for adding that method. It's important to note, however that admins who have created a user with `admin_create_user` cannot use `resend_confirmiation_code`. If you want the welcome email to be...

I've discovered another fun caveat. The "RESEND" trick above only works if the user's status is `FORCE_CHANGE_PASSWORD`. Sort of makes sense, I guess. If the user has successfully signed in...

Seems like an important fix to get into `main`. @pvizeli