python icon indicating copy to clipboard operation
python copied to clipboard

Support `com.devture.shared_secret_auth` for shared secret auth

Open samip5 opened this issue 2 years ago • 2 comments

It seems that currently while primary login is via SSO, it's not really possible to enable double puppeting.

Please support it if password auth is not enabled.

samip5 avatar Sep 25 '22 18:09 samip5

https://github.com/mautrix/signal/blob/master/mautrix_signal/example-config.yaml#L154-L162

Note that you have to set m_login_password_support_enabled to true in the auth provider configuration for it to work.

sumnerevans avatar Sep 27 '22 16:09 sumnerevans

This is for the non-m.login.password method, which is a valid feature request, although not sure if it'll be implemented

tulir avatar Sep 27 '22 20:09 tulir