Merge branch 'master' into feature/tagging

This commit is contained in:
Cameron Cordes
2022-03-17 21:53:17 -04:00
10 changed files with 813 additions and 1114 deletions

View File

@@ -53,7 +53,6 @@ impl FromStr for Claims {
impl FromRequest for Claims {
type Error = Error;
type Future = Ready<Result<Self, Self::Error>>;
type Config = ();
fn from_request(req: &HttpRequest, _payload: &mut dev::Payload) -> Self::Future {
req.headers()