Skip to content

v0.5.0

Compare
Choose a tag to compare
@ploer ploer released this 01 Jul 04:04
· 523 commits to master since this release
  • Change interface of 'InResponseTo' custom caches to allow for ansynchronous serialization & deserialization.
    • Note that this is a breaking change for any custom caches (but it's a new feature, so probably not a big issue yet)
  • Export SAML module from passport-saml for anyone who wants to call individual SAML functions (no guarantees about interface stability, though) - #50
  • Add 'attributeConsumingServiceIndex' option -- #44
  • Support certificates that already have '---BEGIN CERTIFICATE' (or END) in them - #48
  • Support NameIDs without format attributes -- #45
  • Support 'Id' in addition to 'ID' as an attribute name in signatures - #47, #49