summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
4 daysUse / as the default auth cookie path.HEADmainT
11 daysAdd Auth.Clear() method and enhance middlewares to clear invalid cookiesT
- Add Auth.Clear() method that creates expired cookies (MaxAge: -1) to log out users - Enhance Clear() to remove existing Set-Cookie headers to comply with RFC 6265 - Update Required() and Optional() middlewares to automatically clear invalid cookies - Add comprehensive tests for all new functionality - Update documentation with Auth.Clear() usage examples
2025-07-01Create authentic_kate: user authentication for go HTTP applicationsT