-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
After testing, it was observed that cookies generated by the credential miner will become stale in approximately 5-6 days. We need to implement a mechanism to detect and delete these stale cookies to ensure the miner can regenerate them properly and maintain functionality.
This feature should:
- Monitor the age or validity of stored cookies
- Automatically delete cookies that are past their expiration or have been marked as invalid (e.g., triggering a 403 error)
- Trigger a new cookie generation process
This is a critical maintenance task to ensure long-term stability of the credential miner. The implementation should be thoroughly tested to avoid false positives and ensure reliability.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels