Skip to content

Commit

Permalink
STCOR-880 (STCOR-869 backport) add margin to prevent cookie expiration
Browse files Browse the repository at this point in the history
Add a small margin to the `/authn/logout` call to ensure it is called
before the cookie expires.

See PR #1513

Refs STCOR-880, STCOR-869
  • Loading branch information
zburke committed Sep 5, 2024
1 parent 6288840 commit 6114dc4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Change history for stripes-core

## [10.1.1](https://github.com/folio-org/stripes-core/tree/v10.1.1) (2024-03-25)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.1.0...v10.1.1)
## IN PROGRESS

* Use keycloak URLs in place of users-bl for tenant-switch. Refs US1153537.
* Idle-session timeout and "Keep working?" modal. Refs STCOR-776.
Expand All @@ -10,6 +9,13 @@
* `/users-keycloak/_self` is an authentication request. Refs STCOR-866.
* Terminate the session when the fixed-length session expires. Refs STCOR-862.
* Provide `key` to elements in `<SessionEventContainer>`. Refs STCOR-874.
* Do not store /logout as a "return-to" URL. Refs STCOR-869.
* Add small margin to ensure /authn/logout is called before cookie expires. Refs STCOR-869.

## [10.1.1](https://github.com/folio-org/stripes-core/tree/v10.1.1) (2024-03-25)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.1.0...v10.1.1)

* Utilize the `tenant` procured through the SSO login process. Refs STCOR-769.

## [10.1.0](https://github.com/folio-org/stripes-core/tree/v10.1.0) (2024-03-12)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.0...v10.1.0)
Expand Down

0 comments on commit 6114dc4

Please sign in to comment.