Cookie consent banner and footer on login screen (#5042)

This commit is contained in:
Reece Browne
2025-11-28 16:24:10 +00:00
committed by GitHub
parent 250979e271
commit e4c6ce5836
10 changed files with 268 additions and 66 deletions
@@ -299,7 +299,8 @@ public class UserAuthenticationFilter extends OncePerRequestFilter {
contextPath + "/api/v1/auth/refresh",
contextPath + "/api/v1/auth/me",
contextPath + "/api/v1/invite/validate",
contextPath + "/api/v1/invite/accept"
contextPath + "/api/v1/invite/accept",
contextPath + "/api/v1/ui-data/footer-info"
};
for (String pattern : publicApiPatterns) {