mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-09 08:07:47 +00:00
Better handle redirects with new OAuth endpoints
This commit is contained in:
parent
3a4a39f577
commit
45d8f1bbc8
4 changed files with 25 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue