learning_ai_notes/backend
saravanakumardb1 e85cfeb0f1 feat(notelett): encrypt note body with @bytelyst/field-encrypt
- Add field-encrypt dependency + config env vars (FIELD_ENCRYPT_*)
- Create backend/src/lib/field-encrypt.ts encryptor singleton
- Update notes repository: encrypt body on create/update, decrypt on read
- Backward-compatible: isEncryptedField guard handles plaintext during migration
- All 86 tests passing
2026-03-21 09:29:44 -07:00
..
src feat(notelett): encrypt note body with @bytelyst/field-encrypt 2026-03-21 09:29:44 -07:00
.env.example feat(auth): RS256 JWKS verification — NoteLett backend 2026-03-12 11:15:06 -07:00
Dockerfile chore(devops): add Dockerfiles, docker-compose, CI workflow, docker-prep script [C1-C5] 2026-03-19 08:47:04 -07:00
package-lock.json feat(notelett): encrypt note body with @bytelyst/field-encrypt 2026-03-21 09:29:44 -07:00
package.json feat(notelett): encrypt note body with @bytelyst/field-encrypt 2026-03-21 09:29:44 -07:00
tsconfig.json feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00