pub async fn validate_session(
app_id: &str,
parts: &Parts,
) -> Result<Session, StackureError>Expand description
Validate the request’s session against Stackure.
Most callers want crate::verify or crate::auth.
§Errors
Returns StackureError on invalid input, or any transport or API failure.