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

Commit

Permalink
Mention callbacks introduced in v1.46.0
Browse files Browse the repository at this point in the history
According to #10548
  • Loading branch information
babolivier committed Oct 20, 2021
1 parent 6426b55 commit 3f8b29d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/modules/password_auth_provider_callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ registered by using the Module API's `register_password_auth_provider_callbacks`

### `auth_checkers`

_First introduced in Synapse v1.46.0_

```
auth_checkers: Dict[Tuple[str,Tuple], Callable]
```
Expand Down Expand Up @@ -55,6 +57,8 @@ authentication fails.

### `check_3pid_auth`

_First introduced in Synapse v1.46.0_

```python
async def check_3pid_auth(
medium: str,
Expand Down Expand Up @@ -86,6 +90,8 @@ the authentication is denied.

### `on_logged_out`

_First introduced in Synapse v1.46.0_

```python
async def on_logged_out(
user_id: str,
Expand Down

0 comments on commit 3f8b29d

Please sign in to comment.