mirror of
https://github.com/rjNemo/auth
synced 2026-06-06 08:26:39 +00:00
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. |
||
|---|---|---|
| .. | ||
| handler_auth.go | ||
| handler_dashboard.go | ||
| handler_public.go | ||
| middleware.go | ||
| render.go | ||
| routes.go | ||
| server.go | ||
| session.go | ||
| session_encoding.go | ||
| views.go | ||