Skip to content

Releases: gchq/stroom-auth

v6.0.32

28 Apr 19:37

Choose a tag to compare

* Update github token in travis build

v6.0.28

25 Feb 12:22

Choose a tag to compare

* Uplift mysql connector to 8.0.19 (works with server 5.6, 5.7 & 8)

v6.0.27-4

27 Jan 15:59

Choose a tag to compare

* NO CHANGES (Build failure)

v7.0-beta.6

13 Jan 16:01

Choose a tag to compare

* Merged Stroom 6 compatibility

v6.0.27-1

09 Dec 10:32

Choose a tag to compare

* Fix ITs

v7.0-beta.5

04 Dec 09:37

Choose a tag to compare

* Update API keys to include aud

* Improve user editing forms

* Improve login UI

v7.0-beta.4

27 Nov 12:11

Choose a tag to compare

* Rename migration scripts so that scripts released in v6 are unchanged.

* Stop exchanging accessCode for idToken in UI, so that the client secret can be back-channel.

* Fix failing tests, caused by missing JWT expected audience.

* Made session cookie `Secure` and `HttpOnly`.

* Issue **#151**: Reset last login to prevent premature disabling of accounts

* Issue **#125**: Make dates display as ISO 8601

* Issue **#161**: Tidy up duplicate API keys

* Add null pointer protection to AppPermissionsClient

v6.0.25-1

25 Nov 11:10

Choose a tag to compare

* Stop exchanging accessCode for idToken in UI, so that the client secret can be back-channel.

v6.0.25

20 Nov 13:48

Choose a tag to compare

* Made session cookie `Secure` and `HttpOnly`.

* Issue **#151**: Reset last login to prevent premature disabling of accounts

* Issue **#125**: Make dates display as ISO 8601

* Issue **#161**: Tidy up duplicate API keys

v7.0-beta.3

04 Oct 13:40

Choose a tag to compare

* Add fallback config.yml file into the docker image for running outside of a stack.