rwadurian/backend/services/authorization-service
Developer c2b44eef29 fix(services): add OpenSSL 1.1 compatibility for Prisma in Alpine
Prisma engine requires libssl.so.1.1 which is not available in Alpine
Linux by default (Alpine uses OpenSSL 3.x). Added openssl1.1-compat
package to all service Dockerfiles.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 04:03:15 -08:00
..
docs feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
prisma feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
src feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
test feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
.env.example feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
.eslintrc.js feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
.gitignore feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
.prettierrc feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
DEVELOPMENT_GUIDE.md . 2025-12-01 03:54:55 -08:00
Dockerfile fix(services): add OpenSSL 1.1 compatibility for Prisma in Alpine 2025-12-02 04:03:15 -08:00
Dockerfile.test feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
Makefile feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
deploy.sh feat(services): add individual deploy scripts for each service 2025-12-02 03:36:50 -08:00
docker-compose.test.yml feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
nest-cli.json feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
package-lock.json feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
package.json feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
tsconfig.build.json feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00
tsconfig.json feat(authorization-service): Implement complete authorization service with DDD architecture 2025-12-01 06:30:07 -08:00