feat: added flexible configuration system using figment

This commit is contained in:
Jef Roosens 2025-03-08 22:07:57 +01:00
parent f16cdfdfff
commit f9ffc21a3f
No known key found for this signature in database
GPG key ID: 21FD3D77D56BAF49
11 changed files with 227 additions and 74 deletions

View file

@ -11,10 +11,7 @@ use axum::{
RequestExt, Router,
};
use axum_extra::{
extract::{
cookie::{Cookie, Expiration},
CookieJar,
},
extract::{cookie::Cookie, CookieJar},
headers::{authorization::Basic, Authorization},
TypedHeader,
};