managarten/services/mana-core-auth/src/gifts
Till JS 8c2aa261e8 perf(auth): replace bcrypt with bcryptjs (pure JS, no native build tools)
- Switch from bcrypt (native C++ addon) to bcryptjs (pure JavaScript)
- Remove python3/make/g++ build tools from Dockerfile builder stage
- bcryptjs is 100% hash-compatible with bcrypt
- Smaller builder image and faster Docker builds

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 19:46:16 +01:00
..
dto feat(auth): add gift codes and enhanced credit system 2026-02-13 23:29:30 +01:00
services perf(auth): replace bcrypt with bcryptjs (pure JS, no native build tools) 2026-03-20 19:46:16 +01:00
gifts.controller.ts 🐛 fix(gifts): reorder controller routes to fix 'me/*' matching 2026-02-14 12:38:23 +01:00
gifts.module.ts feat(auth): add gift codes and enhanced credit system 2026-02-13 23:29:30 +01:00