From 9a6408f98fc2f66d6934358f94999b6a55cd711e Mon Sep 17 00:00:00 2001 From: Ginger Date: Tue, 6 Jan 2026 11:17:05 -0500 Subject: [PATCH] chore(!783): News fragment --- changelog.d/783.feature.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/783.feature.md diff --git a/changelog.d/783.feature.md b/changelog.d/783.feature.md new file mode 100644 index 00000000..a3140558 --- /dev/null +++ b/changelog.d/783.feature.md @@ -0,0 +1 @@ +Added support for issuing additional registration tokens, stored in the database, which supplement the existing registration token hardcoded in the config file. These tokens may optionally expire after a certain number of uses or after a certain amount of time has passed.