mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Add login sytests (#974)
This commit is contained in:
parent
9f5ece8045
commit
c62844234b
@ -17,6 +17,11 @@ POST /register rejects registration of usernames with 'é'
|
|||||||
POST /register rejects registration of usernames with '\n'
|
POST /register rejects registration of usernames with '\n'
|
||||||
POST /register rejects registration of usernames with '''
|
POST /register rejects registration of usernames with '''
|
||||||
GET /login yields a set of flows
|
GET /login yields a set of flows
|
||||||
|
POST /login can log in as a user
|
||||||
|
POST /login returns the same device_id as that in the request
|
||||||
|
POST /login can log in as a user with just the local part of the id
|
||||||
|
POST /login as non-existing user is rejected
|
||||||
|
POST /login wrong password is rejected
|
||||||
GET /events initially
|
GET /events initially
|
||||||
GET /initialSync initially
|
GET /initialSync initially
|
||||||
Version responds 200 OK with valid structure
|
Version responds 200 OK with valid structure
|
||||||
|
Loading…
Reference in New Issue
Block a user