How to simplify authentication for SOAP API requests when developing packages?
Salesforce recommended authentication using NamedCredentials to pass a security review.
In practice, this is inconvenient for customers to use.
Is there a simple way to authenticate customers for SOAP API requests without compromising security?
Additionally, I'm wondering how a typical package authenticates users for SOAP API requests.