No description
Find a file
Ruidy d642716fd0
refactor(auth): move auth package to service directory
Relocated internal/auth to internal/service/auth for improved project
structure
and separation of concerns. Updated all imports to reflect new paths.
Split
UserStore interface and error definitions into a dedicated store.go
file.
Moved generateUserID to user.go for better encapsulation.
2025-09-20 13:04:13 +02:00
cmd/server feat: add signup flow 2025-09-20 12:53:40 +02:00
internal refactor(auth): move auth package to service directory 2025-09-20 13:04:13 +02:00
web feat: add signup flow 2025-09-20 12:53:40 +02:00
.air.toml refactor: modularize server routes 2025-09-19 23:46:40 +02:00
.gitignore feat: initialize Go project with basic setup 2025-08-01 16:31:29 +02:00
AGENTS.md feat: secure sessions and csrf 2025-09-20 01:08:03 +02:00
AUTH_PLAN.md feat: add signup flow 2025-09-20 12:53:40 +02:00
go.mod refactor: modularize server routes 2025-09-19 23:46:40 +02:00
go.sum refactor: modularize server routes 2025-09-19 23:46:40 +02:00