pub trait AppStateGetter {
// Required methods
fn jwt_cookie_name(&self) -> &str;
fn jwt_secret(&self) -> &str;
}
pub trait AppStateGetter {
// Required methods
fn jwt_cookie_name(&self) -> &str;
fn jwt_secret(&self) -> &str;
}