Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove dependency on chrono | pennae | 2022-07-25 | 5 | -43/+24 |
* | make the Clone bytes types Copy as well | pennae | 2022-07-17 | 5 | -22/+12 |
* | remove SecretBytes | pennae | 2022-07-17 | 3 | -8/+8 |
* | use SecretKey for key material in crypto | pennae | 2022-07-17 | 2 | -14/+12 |
* | use HawkKey everywhere hawk keys are handled | pennae | 2022-07-17 | 4 | -71/+27 |
* | add dedicated types for all the tokens | pennae | 2022-07-17 | 3 | -48/+48 |
* | don't use SecretBytes in HawkKey/SecretKey | pennae | 2022-07-17 | 4 | -22/+33 |
* | apply rustfmt | pennae | 2022-07-17 | 2 | -2/+2 |
* | fix clippy warnings | pennae | 2022-07-17 | 2 | -3/+4 |
* | keep oauth tokens around a bit after expiry | pennae | 2022-07-13 | 1 | -12/+9 |
* | initial import | pennae | 2022-07-13 | 11 | -0/+2598 |