pub async fn current_user<U: AuthUser>(parts: &Parts) -> Result<U, AuthError>
Load the current user model from extensions + DB.