News

cmd/api/main.go # Entry point internal/ # Core logic ├── auth/ # Authentication handlers ├── user/ # User management ├── social/ # Social authentication (OAuth2) ├── twofa/ # Two-Factor Authentication ...