」 feat: added /register

This commit is contained in:
2025-06-30 21:43:13 +02:00
parent 8e688519d2
commit 630f16c212
4 changed files with 95 additions and 11 deletions

24
pnpm-lock.yaml generated
View File

@ -17,6 +17,9 @@ importers:
'@tailwindcss/vite':
specifier: ^4.1.11
version: 4.1.11(vite@6.3.5(jiti@2.4.2)(lightningcss@1.30.1))
bcrypt:
specifier: ^6.0.0
version: 6.0.0
fastify:
specifier: ^5.4.0
version: 5.4.0
@ -462,6 +465,10 @@ packages:
avvio@9.1.0:
resolution: {integrity: sha512-fYASnYi600CsH/j9EQov7lECAniYiBFiiAtBNuZYLA2leLe9qOvZzqYHFjtIj6gD2VMoMLP14834LFWvr4IfDw==}
bcrypt@6.0.0:
resolution: {integrity: sha512-cU8v/EGSrnH+HnxV2z0J7/blxH8gq7Xh2JFT6Aroax7UohdmiJJlxApMxtKfuI7z68NvvVcmR78k2LbT6efhRg==}
engines: {node: '>= 18'}
bn.js@4.12.2:
resolution: {integrity: sha512-n4DSx829VRTRByMRGdjQ9iqsN0Bh4OolPsFnaZBLcbi8iXcB+kJ9s7EnRt4wILZNV3kPLHkRVfOc/HvhC3ovDw==}
@ -755,6 +762,14 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
node-addon-api@8.4.0:
resolution: {integrity: sha512-D9DI/gXHvVmjHS08SVch0Em8G5S1P+QWtU31appcKT/8wFSPRcdHadIFSAntdMMVM5zz+/DL+bL/gz3UDppqtg==}
engines: {node: ^18 || ^20 || >= 21}
node-gyp-build@4.8.4:
resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==}
hasBin: true
obliterator@2.0.5:
resolution: {integrity: sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw==}
@ -1308,6 +1323,11 @@ snapshots:
'@fastify/error': 4.2.0
fastq: 1.19.1
bcrypt@6.0.0:
dependencies:
node-addon-api: 8.4.0
node-gyp-build: 4.8.4
bn.js@4.12.2: {}
chalk@4.1.2:
@ -1611,6 +1631,10 @@ snapshots:
nanoid@3.3.11: {}
node-addon-api@8.4.0: {}
node-gyp-build@4.8.4: {}
obliterator@2.0.5: {}
on-exit-leak-free@2.1.2: {}