auth/internal/server
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
..
handler_auth.go refactor(auth): move auth package to service directory 2025-09-20 13:04:13 +02:00
handler_dashboard.go refactor(auth): move auth package to service directory 2025-09-20 13:04:13 +02:00
handler_public.go feat: add signup flow 2025-09-20 12:53:40 +02:00
middleware.go feat: secure sessions and csrf 2025-09-20 01:08:03 +02:00
render.go feat: add authentication core 2025-09-20 00:16:24 +02:00
routes.go feat: add signup flow 2025-09-20 12:53:40 +02:00
server.go refactor(auth): move auth package to service directory 2025-09-20 13:04:13 +02:00
session.go feat: show user creation on dashboard 2025-09-20 01:28:57 +02:00
session_encoding.go feat: secure sessions and csrf 2025-09-20 01:08:03 +02:00
views.go feat: add signup flow 2025-09-20 12:53:40 +02:00