user profiles

This commit is contained in:
2026-03-10 21:21:23 +01:00
parent 9e678c5586
commit f753fcf5b4
6 changed files with 274 additions and 1 deletions

View File

@@ -16,6 +16,8 @@ use crate::{
},
};
pub mod profile;
pub async fn page(req: Request) -> Result<Response, AuthError> {
let u = User::authenticate(req.headers())?;
let us = match u.is_some() {