FoundKey/packages/backend/src
Chloe Kudryavtsev ed9d4023d4
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
backend: add argon2 support
Passwords will be automatically re-hashed on sign-in.
All new password hashes will be argon2 by default.

This uses argon2id and is not configurable.
In the very unlikely case someone has more specific needs,
a fork is recommended.

ChangeLog: Added

Co-authored-by: Chloe Kudryavtsev <code@toast.bunkerlabs.net>
Reviewed-on: #308
2022-12-29 20:13:47 +00:00
..
@types use http-signature module that supports hs2019 (#8635) 2022-05-26 09:12:17 +09:00
boot refactor: remove default export for boot 2022-12-11 14:42:55 -05:00
config server: fix default not found error image 2022-12-14 19:05:41 +01:00
daemons server: use time constants 2022-11-20 23:15:40 +01:00
db chore: fix more miscellaneous lints 2022-12-13 23:09:32 +01:00
mfm server: add missing paren 2022-12-07 18:29:04 +01:00
misc backend: add argon2 support 2022-12-29 20:13:47 +00:00
models server: remove avatarColor and bannerColor properties 2022-12-26 18:52:16 +01:00
prelude backend: remove unused prelude modules 2022-10-11 01:53:34 -04:00
queue server: expire notifications after 3 months 2022-12-21 21:46:45 +01:00
remote activitypub: block check for resolving collections 2022-12-24 18:39:44 -05:00
server backend: add argon2 support 2022-12-29 20:13:47 +00:00
services server: refactor password hashing & comparison to module 2022-12-25 19:03:51 +01:00
const.ts backend: minor cleanup of nodeinfo.ts 2022-11-16 17:52:13 -05:00
env.ts refactoring 2021-11-12 02:02:25 +09:00
global.d.ts refactoring 2021-11-12 02:02:25 +09:00
index.ts refactor: remove default export for boot 2022-12-11 14:42:55 -05:00