IT Lab Platform - Auth Service

Эта директория содержит исходный код системы аунтификации приложения "IT Lab Application".
## Structure ```mermaid graph TD; agw-->auth; auth-->auth-db; auth-db-->auth-db-admin; ``` ## Ports - `8082` - pg Admin - `3005` - app ## API - /user - /devices - POST - parameters: - uuid: string(UUID) - select?: - name?: boolean - fingerprint?: boolean - isBlocked?: boolean - return: - Array: - name?: string - fingerprint?: string - isBlocked?: boolean - The select statement needs at least one truthy value.