Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 3f8b29d

Browse files
committed
Mention callbacks introduced in v1.46.0
According to #10548
1 parent 6426b55 commit 3f8b29d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/modules/password_auth_provider_callbacks.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ registered by using the Module API's `register_password_auth_provider_callbacks`
88

99
### `auth_checkers`
1010

11+
_First introduced in Synapse v1.46.0_
12+
1113
```
1214
auth_checkers: Dict[Tuple[str,Tuple], Callable]
1315
```
@@ -55,6 +57,8 @@ authentication fails.
5557

5658
### `check_3pid_auth`
5759

60+
_First introduced in Synapse v1.46.0_
61+
5862
```python
5963
async def check_3pid_auth(
6064
medium: str,
@@ -86,6 +90,8 @@ the authentication is denied.
8690

8791
### `on_logged_out`
8892

93+
_First introduced in Synapse v1.46.0_
94+
8995
```python
9096
async def on_logged_out(
9197
user_id: str,

0 commit comments

Comments
 (0)