Commit graph

2 commits

Author SHA1 Message Date
b0399f4109
feat: enforce password complexity 2025-09-20 13:50:50 +02:00
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