Conversation
Stores the return URL in the session rather than using cookies.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThis pull request introduces a new hashing dependency (ohash) and refactors authentication and caching mechanisms. The auth redirect target storage has been migrated from client-side cookies to server-side session storage by adding a returnTo property to the UserServerSession interface. Badge query parameters now employ stricter validation through SafeStringSchema, and cache key generation for badge endpoints has been updated to use hash functions instead of JSON serialisation. These changes improve security by moving sensitive redirect information server-side and enhance caching consistency. 🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
Stores the return URL in the session rather than using cookies.