forked from midou/invidious
Add 'expire' to filter invalid tokens
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
CREATE TABLE public.nonces
|
||||
(
|
||||
nonce text
|
||||
nonce text,
|
||||
expire timestamp with time zone,
|
||||
)
|
||||
WITH (
|
||||
OIDS=FALSE
|
||||
|
Reference in New Issue
Block a user