From d347e8286bae38b3949f6e0f58d8ab8632cd9c0e Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 23 Feb 2025 17:01:01 -0800 Subject: Track token expiration Force reauthentication after the token expires. --- schema/migrations/0013.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 schema/migrations/0013.sql (limited to 'schema/migrations/0013.sql') diff --git a/schema/migrations/0013.sql b/schema/migrations/0013.sql new file mode 100644 index 0000000..709ad21 --- /dev/null +++ b/schema/migrations/0013.sql @@ -0,0 +1,2 @@ +ALTER TABLE users +ADD COLUMN `micropub_token_expiration` datetime DEFAULT NULL; -- cgit v1.2.3