Skip to content

Releases: inferno-framework/smart-app-launch-test-kit

SMART App Launch Test Kit v0.4.6

31 Oct 18:35
c37d114
Compare
Choose a tag to compare

What's Changed

  • FI-3018: Allow multi-line custom headers in token introspection request by @emichaud998 in #77
  • FI-3257: Use Custom Authorization Header Input in Invalid Token Test by @emichaud998 in #81
  • FI-2919: SMART CORS Support Tests by @emichaud998 in #75

Full Changelog: v0.4.5...v0.4.6

SMART App Launch Test Kit v0.4.5

08 Oct 17:58
c72e577
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

SMART App Launch Test Kit v0.4.4

04 Oct 15:57
ce6a415
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

SMART App Launch Test Kit v0.4.3

12 Jul 11:52
d82e563
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

SMART App Launch Test Kit v0.4.2

25 Mar 15:18
c2fe16c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

SMART App Launch Test Kit v0.4.1

31 Jan 20:03
1e7a793
Compare
Choose a tag to compare

What's Changed

SMART App Launch Test Kit v0.4.0

08 Dec 19:49
976d961
Compare
Choose a tag to compare

NOTE: This uses a new version of Inferno Core which requires a database migration to be run. If using Docker, run setup.sh. If using Ruby, run bundle exec inferno migrate.

What's Changed

Full Changelog: v0.3.0...v0.4.0

SMART App Launch Test Kit v0.3.0

08 Aug 12:32
c5ace2c
Compare
Choose a tag to compare
  • Add support for asymmetric client auth to SMART v2.
  • Add a message to the test result when redirecting the user to the auth endpoint.
  • Use docker compose instead of docker-compose.

SMART App Launch Test Kit v0.2.2

03 Feb 18:34
17e3b58
Compare
Choose a tag to compare
  • Fix typos and launch test description.

SMART App Launch Test Kit v0.2.1

05 Jan 17:08
a9ee7d7
Compare
Choose a tag to compare
  • Update to support new development workflow. See the template repository for details.
  • Fix a bug in token refresh test where the original refresh token was not included in the smart credentials output when the refresh response did not contain a new refresh token.