Better handle redirects with new OAuth endpoints

This commit is contained in:
Matthew Esposito 2023-12-29 19:28:41 -05:00
parent 3a4a39f577
commit 45d8f1bbc8
No known key found for this signature in database
4 changed files with 25 additions and 4 deletions

View file

@ -6,6 +6,7 @@ use crate::{client::json, server::ResponseExt, RequestExt};
use askama::Template;
use cookie::Cookie;
use hyper::{Body, Request, Response};
use time::{Duration, OffsetDateTime};
// STRUCTS