whoogle-search/app/utils
Ben Busby df0b7afa50 Switch to single Fernet key per session
This moves away from the previous (messy) approach of using two separate
keys for decrypting text and element URLs separately and regenerating
them for new searches. The current implementation of sessions is not very
reliable, which lead to keys being regenerated too soon, which would
break page navigation. Until that can be addressed, the single
key per session approach should work a lot better.

Fixes #250

Fixes #90
2021-04-05 11:00:56 -04:00
..
__init__.py Project refactor (#85) 2020-06-02 12:54:47 -06:00
bangs.py Improve naming of *_utils files, update fn/class doc 2021-04-05 11:00:56 -04:00
results.py Allow setting environment variables in whoogle.env (#237) 2021-04-05 11:00:56 -04:00
search.py Switch to single Fernet key per session 2021-04-05 11:00:56 -04:00
session.py Switch to single Fernet key per session 2021-04-05 11:00:56 -04:00