Skip to content

fix: user being disconnected after 33min instead of 14 days#610

Merged
ghusse merged 2 commits intobetafrom
fix/cookie-max-age
Jan 6, 2021
Merged

fix: user being disconnected after 33min instead of 14 days#610
ghusse merged 2 commits intobetafrom
fix/cookie-max-age

Conversation

@ghusse
Copy link
Contributor

@ghusse ghusse commented Jan 6, 2021

Linked to CU-c50kbn

Pull Request checklist:

  • Write an explicit title for the Pull Request, following Conventional Commits specification
  • Test manually the implemented changes
  • Review my own code (indentation, syntax, style, simplicity, readability)
  • Wonder if you can improve the existing code

@forest-bot
Copy link
Member

Copy link
Contributor

@LouisClisson LouisClisson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅  Code review

👌

✅  Automatic tests

👌

✅  Manual tests

I tested twice (with the fix and without) and the cookie expiration date is well set to 14 days. Congrats

✅  PR title

👌

🚀🚀

@ghusse ghusse merged commit 80580e7 into beta Jan 6, 2021
@ghusse ghusse deleted the fix/cookie-max-age branch January 6, 2021 14:42
forest-bot added a commit that referenced this pull request Jan 6, 2021
# [8.0.0-beta.10](v8.0.0-beta.9...v8.0.0-beta.10) (2021-01-06)

### Bug Fixes

* user being disconnected after 33min instead of 14 days ([#610](#610)) ([80580e7](80580e7))
@forest-bot
Copy link
Member

🎉 This PR is included in version 8.0.0-beta.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

forest-bot added a commit that referenced this pull request Feb 22, 2021
# [8.0.0](v7.10.1...v8.0.0) (2021-02-22)

### Bug Fixes

* **authentication:** error when authenticating with an invalid token in cookies ([#611](#611)) ([e6d6737](e6d6737))
* send back response to frontend instead of redirecting ([#609](#609)) ([6f37521](6f37521))
* user being disconnected after 33min instead of 14 days ([#610](#610)) ([80580e7](80580e7))
* **auth:** oidc authentication when running multiple instances of the agent ([#608](#608)) ([ef25acb](ef25acb))

### Features

* merge master into beta ([131cb73](131cb73))
* **authentication:** remove old authentication routes ([#624](#624)) ([b0ffc50](b0ffc50))
* **authentication:** return a specific error during authorization if received an error about 2FA ([#622](#622)) ([3a59a12](3a59a12))
* **permissions:** handle mutliple permissions cache ([7114244](7114244))
* authenticate with openid connect ([#555](#555)) ([72b2cc8](72b2cc8))
* delete cookie when client logout ([#545](#545)) ([#560](#560)) ([5188206](5188206))

* feat!: ease the multi-database setup by providing a map of connections on liana.init (#525) ([2e9dc94](2e9dc94)), closes [#525](#525)

### BREAKING CHANGES

* **authentication:** all previous authentication routes have been removed
* onlyCrudModule, modelsDir, secretKey, authKey options are not supported anymore by Liana.init().
Instead of sequelize/mongoose & Sequelize/Mongoose, connections & objectMapping are now required.
@forest-bot
Copy link
Member

🎉 This PR is included in version 8.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments