[PR #964] [MERGED] Add authentication to cookie #1033

Closed
opened 2026-02-25 20:37:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/964
Author: @jacr13
Created: 2/22/2023
Status: Merged
Merged: 3/1/2023
Merged by: @benbusby

Base: mainHead: dev


📝 Commits (4)

  • 3167341 add authentication to cookie
  • 4dc4b54 fix test not passing
  • 6f63076 add missing auth to cookie creation in tests
  • 7fab673 Refactor to single quote strings

📊 Changes

3 files changed (+12 additions, -1 deletions)

View changed files

📝 app/routes.py (+10 -0)
📝 app/utils/session.py (+1 -1)
📝 test/conftest.py (+1 -0)

📄 Description

Fixes: #951

When authenticated, the cookie set will allow the user to stay connected even if the browser is restarted.


🔄 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/benbusby/whoogle-search/pull/964 **Author:** [@jacr13](https://github.com/jacr13) **Created:** 2/22/2023 **Status:** ✅ Merged **Merged:** 3/1/2023 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (4) - [`3167341`](https://github.com/benbusby/whoogle-search/commit/31673415a075f29bda3c05342e4b4bff516d1f1d) add authentication to cookie - [`4dc4b54`](https://github.com/benbusby/whoogle-search/commit/4dc4b5478889a57bf05634c7dec0f7ae6e737524) fix test not passing - [`6f63076`](https://github.com/benbusby/whoogle-search/commit/6f630762b94939d126505f5d3f6c99e3f9fa7945) add missing auth to cookie creation in tests - [`7fab673`](https://github.com/benbusby/whoogle-search/commit/7fab6733e03484f519985baf667b1741ccc3f969) Refactor to single quote strings ### 📊 Changes **3 files changed** (+12 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/routes.py` (+10 -0) 📝 `app/utils/session.py` (+1 -1) 📝 `test/conftest.py` (+1 -0) </details> ### 📄 Description Fixes: #951 When authenticated, the cookie set will allow the user to stay connected even if the browser is restarted. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:37:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#1033
No description provided.