This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
Releases: anvilresearch/connect
Releases · anvilresearch/connect
0.1.58
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
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
Implemented enhancements:
- SSL and secure cookies in production #90
Merged pull requests:
- Use anvil-connect-keys package #229 (christiansmith)
- Change type of client "trusted" property to boolean #228 (christiansmith)
0.1.55
0.1.54
Security update
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
andjwks_uri
are not both used on clients (#98) - New: Support
none
response_type (#55)