Commit cfd424b
feat: new Cipher and
* feat: new cipher class with custom salted key
* fix: some errors in message route
* feat: users table with info encryption
* release: v0.12.0
* chore: biome
* fix: no await in Promise.all
Co-authored-by: Copilot <[email protected]>
* fix: optimize users map promises
* build: ENCRYPTION_KEY env does not need to be exactly 32 bytes anymore
* fix: i am stupid
* feat(utils): user encryption helpers, db upsert set builder
* fix: not decrypting and not sorting, what am I doing
---------
Co-authored-by: Tommaso Morganti <[email protected]>
Co-authored-by: Copilot <[email protected]>tg.users table and router (#17)1 parent b6d0b67 commit cfd424b
File tree
17 files changed
+1197
-117
lines changed- backend
- drizzle
- meta
- src
- db/schema/tg
- routers/tg
- utils
- package
17 files changed
+1197
-117
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments