Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add express session maxAge #6554

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Add express session maxAge #6554

merged 1 commit into from
Oct 23, 2023

Conversation

bgavrilMS
Copy link
Member

@bgavrilMS bgavrilMS commented Oct 10, 2023

This is to force AAD to re-evaluate the user access, since the cache storage is done on a per user basis, i.e. shared by several sessions that the user could open.

@bgavrilMS bgavrilMS requested a review from trwalke October 10, 2023 15:00
@bgavrilMS bgavrilMS requested a review from jmprieur October 10, 2023 15:02
@github-actions github-actions bot added the samples Related to the samples apps for the library. label Oct 10, 2023
@@ -6,27 +6,34 @@
import fs from "fs";
Copy link
Member Author

Choose a reason for hiding this comment

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

Only actual change is at line 81, the rest is linting.

@bgavrilMS
Copy link
Member Author

@Robbie-Microsoft - please review this.

@bgavrilMS
Copy link
Member Author

@trwalke - can you please have a quick look at this?

@bgavrilMS
Copy link
Member Author

@pmaytak - can I please get a PR review for this?

@bgavrilMS bgavrilMS enabled auto-merge (squash) October 23, 2023 16:24
@bgavrilMS bgavrilMS merged commit 289b937 into dev Oct 23, 2023
28 of 30 checks passed
@bgavrilMS bgavrilMS deleted the bogavril/express branch October 23, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
samples Related to the samples apps for the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants