ansible-collection-famedly-.../plugins
Jan Christian Grünhage 71f289c1d0
fix(modules/matrix): fix regression in access token handling
52785ab768 refactored the login logic,
which, switching to nio's token login when being passed a token. The
token being passed is an *access* token though, not a *login* token, so
that fails and thereby breaks any tasks that use access tokens instead
of username/password for authenticating to matrix.

It also accidentally negated the logic on when to invalidate a token
upon logout, so that has been resolved as well.
2022-08-10 18:33:21 +02:00
..
module_utils fix(modules/matrix): fix regression in access token handling 2022-08-10 18:33:21 +02:00
modules fix(matrix_token_login): fix regression in required module args 2022-08-10 18:32:05 +02:00