59dde88b2e
- Derive Default for SameSite enum in auth.rs using #[default] attribute - Derive Default for CookieSameSite enum in config.rs - Replace and_then(|x| Some(y)) with map(|x| y) in extract_session_id() All clippy warnings resolved. Tests pass. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>