[PR #3156] [CLOSED] feat: cookie cache with custom session #30277

Closed
opened 2026-04-17 21:24:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3156
Author: @Kinfe123
Created: 6/24/2025
Status: Closed

Base: mainHead: fix/cookie-cache-with-custom-session


📝 Commits (8)

📊 Changes

4 files changed (+76 additions, -13 deletions)

View changed files

📝 packages/better-auth/src/adapters/kysely-adapter/test/state.txt (+1 -1)
📝 packages/better-auth/src/cookies/index.ts (+35 -9)
📝 packages/better-auth/src/plugins/custom-session/custom-session.test.ts (+34 -1)
📝 packages/better-auth/src/plugins/custom-session/index.ts (+6 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/3156 **Author:** [@Kinfe123](https://github.com/Kinfe123) **Created:** 6/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/cookie-cache-with-custom-session` --- ### 📝 Commits (8) - [`0ffd013`](https://github.com/better-auth/better-auth/commit/0ffd013db4d4fc4c04e4a868258b48008ac11c65) fix: cookie cache with custom session - [`f360627`](https://github.com/better-auth/better-auth/commit/f360627dc4d6ff5842f5623118005830a441cb2c) lint - [`c7cf2f7`](https://github.com/better-auth/better-auth/commit/c7cf2f7011dc5b74fc498328210591f7cd672560) clean up - [`38f31ff`](https://github.com/better-auth/better-auth/commit/38f31ff284b144654c5dd5186b36b62f34eb6564) test - [`d781ff1`](https://github.com/better-auth/better-auth/commit/d781ff13225e1548e3e5f4f2e168e170274611ba) Apply suggestions from code review - [`e612af3`](https://github.com/better-auth/better-auth/commit/e612af30c13f3651a62329c39dddd57ccef6f64b) Merge branch 'main' into fix/cookie-cache-with-custom-session - [`8f9a2bd`](https://github.com/better-auth/better-auth/commit/8f9a2bdd351a706caa89245045236823610b8b3b) chore: lint - [`1bd40c0`](https://github.com/better-auth/better-auth/commit/1bd40c0fbd8c9ec1fd8d64c8047521455bdd3b66) chore: cleanup state ### 📊 Changes **4 files changed** (+76 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/src/adapters/kysely-adapter/test/state.txt` (+1 -1) 📝 `packages/better-auth/src/cookies/index.ts` (+35 -9) 📝 `packages/better-auth/src/plugins/custom-session/custom-session.test.ts` (+34 -1) 📝 `packages/better-auth/src/plugins/custom-session/index.ts` (+6 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 21:24:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#30277