|
|
|
|
|
by pifm_guy
1260 days ago
|
|
Some services still allow the less sensitive account actions after logging out. Examples of this are eBay (can still edit cart) and AliExpress (can still see unread messages count). Perhaps YouTube has decided that appending to the watch history is a sufficiently low risk operation that it's fine to do post-logout? Implementation-wise, I can imagine that watch history is something that might be updated from logs, and therefore there isn't an opportunity to renew any Auth tokens interactively. |
|