Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make authenticate easier to test without monkeypatching | Tomasz Kramkowski | 2023-03-28 | 1 | -22/+17 |
* | remove superfluous import | Tomasz Kramkowski | 2023-03-28 | 1 | -1/+0 |
* | Split Store into Store and Auth | Tomasz Kramkowski | 2023-03-28 | 1 | -3/+3 |
* | Switch back to centralised opening of the database | Tomasz Kramkowski | 2023-03-28 | 1 | -6/+17 |
* | Throw all data manipulation code in one place | Tomasz Kramkowski | 2023-03-27 | 1 | -27/+26 |
* | Respond to auth failures with WWW-Authenticate | Tomasz Kramkowski | 2023-03-27 | 1 | -0/+3 |
* | add middleware tests | Tomasz Kramkowski | 2023-03-24 | 1 | -0/+116 |