summaryrefslogtreecommitdiff
path: root/controllers/auth.go
AgeCommit message (Expand)AuthorFilesLines
2026-02-11Refactor logout functionality to render a dedicated logout template and updat...Bobby1-1/+1
2026-02-11Implement OpenID authentication flow, including user session management and u...Bobby1-6/+123
2026-02-11Implement authentication flow with middleware and controllers, add OpenID dis...Bobby1-0/+19