Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Releases: anvilresearch/connect

0.1.58

22 Oct 21:21
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Nodejs version check
  • Automated database migrations
  • SAML 2.0 protocol and provider
  • Travis CI integration
  • Request claims using scope values
  • Istanbul code coverage

0.1.57

22 Oct 21:25
Compare
Choose a tag to compare
0.1.57 Pre-release
Pre-release

This release is missing key commits and should not be used. Unfortunately npm does not allow for updating an existing published version, so we had to create a new release. Please use 0.1.58 or higher instead.

0.1.56

19 Oct 01:01
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • SSL and secure cookies in production #90

Merged pull requests:

0.1.55

10 Sep 21:30
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Strip leading/trailing whitespace from JSON inputs. #220

Merged pull requests:

0.1.54

04 Sep 01:03
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Enforce client grant_types #96
  • Enforce client response_types #95

Fixed bugs:

  • Fix handling of optional options parameter in Passport shim #218 (vsimonian)

Merged pull requests:

Security update

03 Sep 21:37
Compare
Choose a tag to compare

If you are running Anvil Connect 0.1.52 or earlier, please upgrade to 0.1.53. This release patches a security vulnerability.

Changes:

  • Fix: unverified redirect_uri redirect vulnerability (#216)
  • Fix: Improve nv command behaviour and output
  • Fix: Improve standards-compliance with fragment and query string URLs
  • Fix: Validate redirect_uris properly (#215)
  • Fix: Validate that jwks and jwks_uri are not both used on clients (#98)
  • New: Support none response_type (#55)