summaryrefslogtreecommitdiff
path: root/src/api/auth
Commit message (Collapse)AuthorAgeFilesLines
* apply rustfmtpennae2022-07-171-1/+1
|
* fix clippy warningspennae2022-07-171-3/+3
|
* keep oauth tokens around a bit after expirypennae2022-07-131-12/+9
| | | | | | | firefox wants to delete profile access tokens after they're expired and logs errors if it can't do that. since this happens every hour we can end up with a bunch of error logs very quickly, so we better let it do what it wants.
* initial importpennae2022-07-138-0/+2079