mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-27 00:56:26 +00:00

* Verify token signature in constant time To prevent timing side channel attacks * Run cheap checks first in token validation process Expensive checks such as the nonce lookup on the database or the signature check can be run after cheap/fast checks.