Skip to content

v0.30.0

Choose a tag to compare

@markstos markstos released this 12 Oct 10:45
· 365 commits to master since this release
  • Dropped support for Node < 4, because our current dependencies require it.
  • Improved Security: We now use crypto.randomBytes for ID generation instead Math.random (#235),
    thanks to @autopulated
  • BugFix: We now fail gracefully when the SAML response format is invalid (#238, thanks to @markstos)
  • Docs: privateKey docs are improved