summaryrefslogtreecommitdiff
path: root/src/api/auth/oauth.rs
Commit message (Expand)AuthorAgeFilesLines
* remove dependency on chronopennae2022-07-251-6/+6
* make the Clone bytes types Copy as wellpennae2022-07-171-4/+3
* use HawkKey everywhere hawk keys are handledpennae2022-07-171-9/+3
* add dedicated types for all the tokenspennae2022-07-171-8/+8
* don't use SecretBytes in HawkKey/SecretKeypennae2022-07-171-2/+8
* apply rustfmtpennae2022-07-171-1/+1
* keep oauth tokens around a bit after expirypennae2022-07-131-12/+9
* initial importpennae2022-07-131-0/+433