Skip to content

Commit 90c0499

Browse files
committed
Implements interface on_logged_out so that synapse can run check_3pid_auth
1 parent a53839a commit 90c0499

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rest_auth_provider.py

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ async def check_3pid_auth(self, medium, address, password):
5353
return None
5454
return address
5555

56+
async def on_logged_out(self, user_id, device_id, access_token):
57+
return True
5658

5759
async def check_password(self, user_id, password):
5860
logger.info("Got password check for " + user_id)

0 commit comments

Comments
 (0)