summaryrefslogtreecommitdiff
path: root/tests/test_auth_device.py
Commit message (Collapse)AuthorAgeFilesLines
* don't allow users to edit devices of other userspennae2022-08-101-0/+15
| | | | | | while device ids should be impossible to guess (being as long as oauth tokens), we should still guard against malicious activity if they should ever leak.
* speed up test suitepennae2022-07-181-273/+284
| | | | | mostly by grouping tests that can reuse the same account (which is expensive to create) into classes and scoping accounts to classes.
* initial importpennae2022-07-131-0/+434