summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
2026-02-11Implement OpenID authentication flow, including user session management and ↵Bobby2-7/+18
user info retrieval
2026-02-11Implement authentication flow with middleware and controllers, add OpenID ↵Bobby1-6/+7
discovery URL to server config
2026-01-20Add session management with PostgreSQL storage and utility functionsBobby2-0/+16
2026-01-20Implemented processors and add HTTPRequest and HTTPQueryParam types and ↵Bobby1-4/+6
Created utility functions for building request metadata.
2026-01-20Implement database configuration and management with PostgreSQL supportBobby2-1/+15
2026-01-15Add initial project structure with Go Fiber framework and environment ↵Bobby2-0/+30
configuration