SwiftlySalesforce v3.1.0 Release Notes

    • Updated LoginDelegate to accommodate custom login view controllers and flows. Note: the default OAuth2 user-agent flow with the Salesforce-hosted webform is the recommended way to authenticate users; your app shouldn't handle their credentials. Adapted from @hmuronaka's pull request.
    • 🗄 Deprecated LoginDelegate extension method handleRedirectURL(redirectURL: URL) in favor of handleRedirectURL(url: URL).