Sergei Vishnikin

Results 11 comments of Sergei Vishnikin

The current state: - Warrant raises `ForceChangePasswordException` for users which are required to change their passwords after successful first login (`NEW_PASSWORD_REQUIRED` challenge). - `new_password_challenge` method is not documented - Warrant...

https://github.com/capless/warrant/blob/3d6aa8c84841a1c7183f702ed7b4ad993c1ff37a/warrant/__init__.py#L255-L258 `False` returns when a token is not expired and don't need to be renewed. `True` returns when a token was renewed.

`amazon-cognito-identity-js` is using local storage to cache `deviceKeyKey`, `randomPasswordKey`, `deviceGroupKeyKey` Do we need to do the same? If yes, what kind of cache should warrant use? https://github.com/aws/amazon-cognito-identity-js/blob/3e6cb695d9271c8333b6da4b01e52a375de2a329/src/CognitoUser.js#L998-L1000

Check `u.refresh_token` `u.access_token` `u.token_type`

If you remove `ssh_username` it should work.

https://github.com/capless/kev/tree/sphinx_docs The following command will generate the documentation. requirements ```bash make html ``` requirements ``` pip install Sphinx pip install recommonmark ```

`~/.octoprint/data/printhistory/`

There is a warning for that. https://github.com/dateutil/dateutil/blob/24caabfb63c7dcbf6499b3ee5b6140e6b7da0d8a/dateutil/rrule.py#L475-L478

Hi, the arq release `v0.26.0b1` locks the redis version to be below v5 ([pyproject.toml](https://github.com/samuelcolvin/arq/blob/9d7944bd9d477e8631b34091d97abb03134c3a25/pyproject.toml#L41)). As a result it renders useless the new arq feature "[Extend RedisSettings to include redis Retry...