So that the SamlResponse class can be publicly used by other apps and libraries we'll need to make ruby-saml a runtime dependency, not a dev dependency.
Security
No security concerns since only moving a public library to the public interface in the dependency chain for use with public functionality.
So that the
SamlResponse
class can be publicly used by other apps and libraries we'll need to makeruby-saml
a runtime dependency, not a dev dependency.Security
No security concerns since only moving a public library to the public interface in the dependency chain for use with public functionality.
Performance
None.