Commit graph

5 commits

Author SHA1 Message Date
52f479206c
feat: add google oauth login 2025-09-20 18:28:04 +02:00
a20953cfb4
test: cover auth service and handlers 2025-09-20 17:43:20 +02:00
bc06a30299
feat: add env-driven configuration 2025-09-20 15:41:35 +02:00
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