ansible-collection-famedly-.../plugins/module_utils
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
..
matrix.py fix(modules/matrix): fix regression in access token handling 2022-08-10 18:33:21 +02:00
synapse.py feat: Add ansible-test and refactor plugins 2022-07-29 10:50:14 +02:00