Commit Graph

12 Commits

Author SHA1 Message Date
Vincent Breitmoser b29845b893 cargo: apply cargo fmt --all 2022-02-26 17:01:14 +01:00
Nora Widdecke a329a1a89a lint: fix clippy::single_component_path_imports 2022-02-25 10:25:26 +01:00
Nora Widdecke 421f8a0908 lint: Apply clippy autofixes
clippy::needless_borrow

  clippy::single_char_pattern

  clippy::redundant_clone

  clippy::needless_return

  clippy::needless_question_mark

  clippy::useless_conversion

  clippy::to_string_in_format_args

  clippy::to_string_in_format_args

  clippy::useless_format

  clippy::useless_vec

  clippy::toplevel_ref_arg

  clippy::redundant_static_lifetimes

  clippy::try_err
2022-02-25 10:23:34 +01:00
Vincent Breitmoser 860bd6e552 update to sequoia-0.20 2020-11-04 22:21:00 +01:00
Vincent Breitmoser 41ea7111d9
update to rust 2018 edition 2019-09-02 23:09:52 +02:00
Vincent Breitmoser 15e1e79b86
Use JSON API for /vks/v1/upload 2019-06-04 16:12:33 +02:00
Vincent Breitmoser 0dac8f3426 use trait for better type safety in stateless tokens 2019-05-14 16:27:12 +00:00
Vincent Breitmoser c25329785d allow generic payloads in stateless tokens 2019-05-14 16:27:12 +00:00
Vincent Breitmoser 2b1722c540
(barely) working /manage endpoint 2019-04-26 15:21:50 +02:00
Vincent Breitmoser 440bf662fd
fix tests for tokens.rs 2019-04-26 15:21:50 +02:00
Vincent Breitmoser 1430a4accb
use KDF instead of sha256 for secret 2019-04-02 16:06:42 +02:00
Vincent Breitmoser 98abc6cc44
implement token service 2019-04-02 15:03:28 +02:00