summaryrefslogtreecommitdiff
path: root/controllers
AgeCommit message (Collapse)AuthorFilesLines
2026-02-11Refactor logout functionality to render a dedicated logout template and ↵Bobby1-1/+1
update main page layout for improved user experience
2026-02-11Implement OpenID authentication flow, including user session management and ↵Bobby1-6/+123
user info retrieval
2026-02-11Implement authentication flow with middleware and controllers, add OpenID ↵Bobby2-0/+33
discovery URL to server config
2026-01-20Implement custom error handling and templates for HTTP responsesBobby1-0/+62