aboutsummaryrefslogtreecommitdiff
path: root/src/login/static_provider.rs
Commit message (Expand)AuthorAgeFilesLines
* WIP refactorQuentin Dufour2024-03-081-189/+0
* Also share HTTPClient for K2Vperf/cpu-ram-bottleneckQuentin Dufour2024-02-231-1/+1
* Replace with a single AWS HTTP clientQuentin Dufour2024-02-231-2/+4
* cargo formatQuentin Dufour2023-12-271-23/+40
* move storage logic into the storage moduleQuentin Dufour2023-12-211-16/+4
* avoid infinite loopQuentin Dufour2023-12-211-0/+2
* working in memory storageQuentin Dufour2023-12-201-11/+29
* Storage trait new implementationQuentin Dufour2023-12-181-8/+8
* new new new storage interfaceQuentin Dufour2023-12-161-11/+16
* add support for hot reloadingQuentin Dufour2023-12-141-29/+44
* CLI toolsQuentin Dufour2023-12-131-2/+2
* it compiles again!Quentin Dufour2023-12-131-16/+4
* WIPQuentin Dufour2023-12-121-3/+3
* rework static login providerQuentin Dufour2023-12-081-7/+13
* now compile againQuentin Dufour2023-12-081-2/+2
* WIP refactorQuentin Dufour2023-12-061-19/+25
* it compiles!Quentin Dufour2023-11-231-20/+18
* various fixesQuentin Dufour2023-11-231-3/+3
* fix login modQuentin Dufour2023-11-211-19/+0
* remove old storagecredentialsQuentin Dufour2023-11-211-0/+5
* WIP provider configQuentin Dufour2023-11-171-13/+12
* integrate storage choice in configQuentin Dufour2023-11-171-0/+1
* clippy lint fixQuentin Dufour2023-05-151-1/+1
* Some refactoring on mailbox structures and viewsAlex Auvolat2022-06-291-1/+0
* Add LMTP supportQuentin Dufour2022-06-151-46/+98
|\
| * Implement public_loginAlex Auvolat2022-05-311-41/+93
* | WIP loginQuentin Dufour2022-06-031-0/+6
|/
* Add user secret in mix to encrypt keys with passwordAlex Auvolat2022-05-231-1/+5
* Implement some cryptoAlex Auvolat2022-05-201-1/+1
* implement hash_password and verify_passwordAlex Auvolat2022-05-201-5/+22
* cleanupAlex Auvolat2022-05-191-3/+2
* CLI skeletonAlex Auvolat2022-05-191-6/+11
* Some refactoringAlex Auvolat2022-05-191-11/+26
* More construction of thingsAlex Auvolat2022-05-191-0/+61