Commit graph

8 commits

Author SHA1 Message Date
346678027f
feat: add chi middleware stack 2025-09-20 00:50:40 +02:00
2c0ef46f18
refactor: introduce auth service layer 2025-09-20 00:42:26 +02:00
55a03ae248
feat: add authentication core 2025-09-20 00:16:24 +02:00
6180b24cf6
refactor: modularize server routes 2025-09-19 23:46:40 +02:00
2ff7bc57be
feat: embed html templates 2025-09-19 23:25:15 +02:00
31963497d7
refactor: restructure project layout 2025-09-19 23:21:59 +02:00
d45e6f4f07
feat: scaffold auth prototype and docs 2025-09-19 23:10:56 +02:00
4d6e35c4cb
feat: initialize Go project with basic setup
Add initial project files:
- .air.toml for live reload configuration
- .gitignore for temporary and environment files
- go.mod with module and Go version
- main.go with a simple Hello World program

This sets up the foundation for further development.
2025-08-01 16:31:29 +02:00