Some additional checks and cleanup
Build LinkLog Development Image / development-image (push) Successful in 10s

This commit is contained in:
2026-08-26 20:35:06 +02:00
parent b03a241be2
commit 018c02c759
6 changed files with 63 additions and 12 deletions
+2
View File
@@ -197,6 +197,8 @@
191. Put the email header text to the right of the logo, align it at the top, and add a comma after Hello.
192. Put the email greeting in a separate top-aligned cell to the right of the logo.
193. Reduce the email greeting font size somewhat.
194. Replace LINKLOG_TOKEN_EXPIRY_DAYS with LINKLOG_TOKEN_EXPIRY_MINUTES, add LINKLOG_REFRESH_TOKEN_EXPIRY_DAYS to production Compose, and add a CI configuration consistency test.
195. Update SA-012 and README for the implemented refresh-token lifecycle, revocation behavior, and refresh endpoint.
## Future entries