pub fn validate_mount_config(
auth: &RustAuth,
) -> Result<(), RustAuthActixWebError>Expand description
Validate that RustAuthOptions::base_url and base_path are consistent.
Call this before manually nesting RustAuthActixWebExt::mount_routes if you
bypass the fallible mount helpers.