Commit graph

20 commits

Author SHA1 Message Date
Aode (lion) e8f730c947 Remove tokio by inlining digest hashing 2021-12-08 12:13:15 -06:00
Aode (Lion) be57fcf7dd Bump tracing-actix-web, remove workaround, bump version 2021-09-21 10:43:06 -05:00
Aode (lion) 11be605f5b Update actix examples with tracing 2021-09-17 20:04:04 -05:00
asonix 133e081740 Add methods for explicit mastodon compat, requiring digest
Update actix library with new methods
Build reqwest client with feature parity to actix client
2020-09-29 18:58:06 -05:00
asonix 90660b7f19 Add ability to require headers in signature 2020-04-23 12:54:56 -05:00
asonix 08686beb8f impl Display for Algorithm, own values in actix verifier 2020-04-22 17:15:32 -05:00
asonix a38b6aa1ed Don't use async-trait 2020-03-30 00:53:45 -05:00
asonix dbd852156b Don't use Rc<RefCell<>> 2020-03-25 11:00:37 -05:00
asonix b1224f2774 Allow for generating requests without created field 2020-03-17 18:54:00 -05:00
asonix df4ac1e2cf Make signature header lowercase as per h2 requirements 2020-03-17 15:12:10 -05:00
asonix 760dedaade Add method to retrieve key_id from request data 2020-03-17 14:47:00 -05:00
asonix aaf8e16db4 Add basic digest logging
handle differing digest name cases
2020-03-17 14:28:04 -05:00
asonix 7f98235a37 Bump http-signature-normalization version, update actix to 3.0 2020-03-15 19:29:47 -05:00
asonix 4b2b63143c Prepare for release 2019-09-21 11:29:41 -05:00
asonix f4139af189 Add Verified FromRequest types for optional middlewares 2019-09-13 18:27:04 -05:00
asonix fef18d96db Check key-id 2019-09-13 18:12:12 -05:00
asonix 686e52213e Add Http Signature verification middleware and...
Move base64 out of base lib
2019-09-13 17:56:06 -05:00
asonix c468513d5a Use Failure in more places 2019-09-12 20:30:34 -05:00
asonix 0fd087ced5 Add digest header as feature 2019-09-12 20:12:35 -05:00
asonix 73ee0c51e6 Add actix example 2019-09-11 18:06:36 -05:00