@bedrock/account-http
Advanced tools
Changelog
8.0.0 - 2023-10-24
authorization
value when registering an account and
define first instance of it that uses a captcha via the Cloudflare
Turnstile service.@bedrock/turnstile
peer dependency. This module requires Node.js 18+ and
must be installed by top-level applications.Changelog
7.1.2 - 2023-10-24
turnstile
related changes released in 7.1.0
and 7.1.1
. Due to
a Node.js 18+ requirement in related dependencies, this functionality must
be added in a future major, breaking v8.x release.Changelog
7.1.1 - 2023-10-20
@bedrock/https-agent
dep.@bedrock/turnstile
into peerDependencies
.Changelog
7.1.0 - 2023-10-18
authorization
value when registering an account and
define first instance of it that uses a captcha via the Cloudflare
Turnstile service.Changelog
7.0.0 - 2023-01-24
post
method for updating accounts. Uses a simple post method that
requires the full account to use to overwrite the existing one (whereby the
id
must continue to match) and the existing sequence
.@bedrock/account@9
. This update changes the database
record and layout for accounts in ways that incompatible with any previous
releases. It also removes the patch
method for updating, replacing it with
simple overwrite + sequence
.bedrock
and use
simple names.patch
method for updating accounts, replaced with
simple post for account updating.Changelog
6.0.0 - 2022-04-29
@bedrock/core@6
@bedrock/account@8
@bedrock/express@8
@bedrock/passport@10
@bedrock/validation@7
.