mirror of
https://github.com/rjNemo/auth
synced 2026-06-06 00:16:40 +00:00
No description
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. |
||
|---|---|---|
| cmd/server | ||
| internal | ||
| web | ||
| .air.toml | ||
| .gitignore | ||
| AGENTS.md | ||
| AUTH_PLAN.md | ||
| go.mod | ||
| go.sum | ||