pub async fn generate_session_web_resp(
client_session: Session,
json_creds: Json<Credentials>,
pool: Data<Pool<Postgres>>,
) -> impl Responder
Expand description
Validate session using the given session but will return a type compatible with actix web responder.