Function validate_session_web_resp

Source
pub async fn validate_session_web_resp(
    client_session: Session,
    pool: Data<Pool<Postgres>>,
) -> impl Responder
Expand description

Validate session using the given session but will return a type compatible with actix web responder.