Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use SecretKey for key material in crypto | pennae | 2022-07-17 | 4 | -53/+58 |
* | use HawkKey everywhere hawk keys are handled | pennae | 2022-07-17 | 6 | -85/+44 |
* | add dedicated types for all the tokens | pennae | 2022-07-17 | 6 | -84/+175 |
* | make crypto fields private if they're not used outside crypto | pennae | 2022-07-17 | 1 | -7/+7 |
* | don't use SecretBytes in HawkKey/SecretKey | pennae | 2022-07-17 | 5 | -33/+37 |
* | remove zeroize dependency | pennae | 2022-07-17 | 1 | -8/+1 |
* | remove remnants of trying to quickcheck things | pennae | 2022-07-17 | 1 | -4/+0 |
* | apply rustfmt | pennae | 2022-07-17 | 4 | -4/+8 |
* | fix clippy warnings | pennae | 2022-07-17 | 4 | -4/+6 |
* | add test vector for password changes and account reset | pennae | 2022-07-16 | 1 | -1/+48 |
* | allow integration tests to run in parallel | pennae | 2022-07-14 | 2 | -6/+5 |
* | simplify spawn_logged | pennae | 2022-07-14 | 1 | -23/+7 |
* | keep oauth tokens around a bit after expiry | pennae | 2022-07-13 | 2 | -16/+12 |
* | initial import | pennae | 2022-07-13 | 23 | -0/+5826 |