mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-01 02:56:06 -04:00
Add 'expire' to filter invalid tokens
This commit is contained in:
parent
b535de690e
commit
ad20d6359b
2 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,8 @@
|
|||
|
||||
CREATE TABLE public.nonces
|
||||
(
|
||||
nonce text
|
||||
nonce text,
|
||||
expire timestamp with time zone,
|
||||
)
|
||||
WITH (
|
||||
OIDS=FALSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue