Add more debugging information in authorize route, and cargo fmt

This commit is contained in:
selfhoster selfhoster 2023-08-27 19:40:47 +00:00
commit 907f22bfd4
17 changed files with 307 additions and 164 deletions

View file

@ -1,3 +1,5 @@
#[macro_use] extern crate log;
mod cache;
pub use cache::JsonCache;
mod credentials;