Closed RobAndrewHurst closed 2 days ago
@RobAndrewHurst logger jwt require can be after saml require. No need to check and bundle if not required. https://github.com/GEOLYTIX/xyz/pull/1760/commits/26e517e7aa59189790346ec70810f19525515069
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
saml2 optional dependency (Export & warning)
The
saml.js
module will no longer show a warning if the packagesaml2-js
package is not installed. It will only do so by assessing if ther are anySAML_*
process.env keys present and if the pacakge is not installed.It will also export the module as null if the package is not installed.
GitHub Issue
#1732