mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #964] [MERGED] Add authentication to cookie #1033
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#1033
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dev📝 Commits (4)
3167341add authentication to cookie4dc4b54fix test not passing6f63076add missing auth to cookie creation in tests7fab673Refactor 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.