vikunja/pkg/modules/auth
kolaente 764d3569ce fix: close leaked database sessions
Add defer s.Close() to sessions that were never closed:
- auth.GetAuthFromClaims inline session
- models.deleteUsers cron function
- notifications.notify database insert
2026-02-25 11:03:02 +01:00
..
ldap feat(auth): allow LDAP authentication with anonymous bind (#2226) 2026-02-17 22:24:35 +01:00
openid fix: add missing Commit() to write callers 2026-02-25 11:03:02 +01:00
auth.go fix: close leaked database sessions 2026-02-25 11:03:02 +01:00