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

Adds support for enabling sessions for Tabs #1242

Merged
merged 3 commits into from
Feb 20, 2024
Merged

Adds support for enabling sessions for Tabs #1242

merged 3 commits into from
Feb 20, 2024

Conversation

Badgerati
Copy link
Owner

Description of the Change

Adds support for enabling sessions for Tabs, which will keep the authentication data between Tabs shared but the data will be separated.

Pode.Web will support this out-of-the-box if required, but for custom use cases the TabId for a session can be supplied via the X-PODE-SESSION-TAB-ID HTTP header.

Related Issue

Resolves #1241

Examples

Enable-PodeSessionMiddleware -Duration 600 -Extend -Scope Tab

@Badgerati Badgerati added this to the 2.10.0 milestone Feb 19, 2024
@Badgerati Badgerati self-assigned this Feb 19, 2024
@Badgerati Badgerati merged commit c8119bf into develop Feb 20, 2024
8 checks passed
@Badgerati Badgerati deleted the Issue-1241 branch February 20, 2024 21:44
@Badgerati Badgerati mentioned this pull request Apr 14, 2024
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.

Extend Sessions to support storing Separate data across different Tabs
1 participant