implement /login/get_token
(MSC3882)
This commit is contained in:
parent
afe9e5536b
commit
2cc6ad8df3
7 changed files with 196 additions and 24 deletions
|
@ -34,6 +34,7 @@ pub fn build(router: Router<State>, server: &Server) -> Router<State> {
|
|||
.ruma_route(&client::register_route)
|
||||
.ruma_route(&client::get_login_types_route)
|
||||
.ruma_route(&client::login_route)
|
||||
.ruma_route(&client::login_token_route)
|
||||
.ruma_route(&client::whoami_route)
|
||||
.ruma_route(&client::logout_route)
|
||||
.ruma_route(&client::logout_all_route)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue