-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
wip: sessions API #12441
base: next
Are you sure you want to change the base?
wip: sessions API #12441
Conversation
🦋 Changeset detectedLatest commit: 82551ae The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
* feat: add session config * chore: add session config docs * Fix * Expand doc * Handle schema * Remove example * Format * Lock * Fix schema * Update packages/astro/src/types/public/config.ts Co-authored-by: Sarah Rainsberger <[email protected]> * Update packages/astro/src/types/public/config.ts Co-authored-by: Sarah Rainsberger <[email protected]> * Add link to Sessions RFC in config.ts * Move session into experimental --------- Co-authored-by: Sarah Rainsberger <[email protected]>
* feat: add session object * Add tests and fix logic * Fixes * Allow string as cookie option * wip: implement sessions (#12478) * feat: implement sessions * Add middleware * Action middleware test * Support URLs * Remove comment * Changes from review * Update test * Ensure test file is run
!preview sessions |
1 similar comment
!preview sessions |
91da474
to
6f8f546
Compare
!preview sessions |
!preview sessions |
1 similar comment
!preview sessions |
a9ec98f
to
6763eff
Compare
!preview sessions |
!preview sessions |
!preview sessions |
Snapshots have been released for the following packages:
Publish Log
Build Log
|
Changes
Implementing sessions RFC
Testing
Docs