·
12 commits
to main
since this release
🚀 Features
- feat(wabe): add ok on connection object (by @coratgerl in #209)
- feat(wabe): postgres support (by @coratgerl in #216)
- feat(wabe): add default role
DashboardAdmin
(by @coratgerl in #220) - feat(wabe): add Hash field type to schema definition and impl hashing (by @fishonamos in #227)
- feat(wabe): use new hash hook for passwords (by @coratgerl in #228)
- feat(wabe): improve hash field hook (by @coratgerl in #229)
- feat(wabe): improve typescript coverage (by @coratgerl in #230)
- feat(wabe): a lot of bump (by @coratgerl in #231)
- feat(wabe): add
beforeUpload
function inFileConfig
(by @coratgerl in #234) - feat(wabe): rename the params for masked error message and add documentation (by @coratgerl in #241)
- feat(wabe): add auth provider for QRCode OTP (by @coratgerl in #247)
- feat(wabe): add
disableSignUp
parameters to authentication config (by @coratgerl in #248)
🐛 Fixes
- fix(wabe): timing attack (by @coratgerl in #239)
- fix(wabe): security issue with
authorizedRoles
but notrequireAuthentication
(by @coratgerl in #240)
💬 Miscellaneous
- refactor(wabe): move
EmailPasswordSRP
to standard API (by @coratgerl in #210) - refactor(wabe): test helpers to prepare wabe-mongodb (by @coratgerl in #214)
- refactor(wabe): create wabe-mongodb package to prepare Postgres package (by @coratgerl in #215)
- refactor(wabe): remove Payment support (by @coratgerl in #233)