Skip to content

v0.11.4

Choose a tag to compare

@mpge mpge released this 12 Sep 18:29
· 10 commits to main since this release
2de0a68

Added

  • Auth/TwoFactorChallenge.vue, the post-login two-factor challenge.
    escalated-adonis has been rendering Escalated/Auth/TwoFactorChallenge with
    no component behind it, so the challenge screen was blank — and a blank
    challenge is not a locked door, it is a dead end for anyone with 2FA enabled.

    It deliberately does not use EscalatedLayout: the sign-in is not finished at
    that point, and nothing on the page should suggest access that has not been
    granted. A TOTP code and a recovery code post to the same endpoint, and only
    the field in use is sent, so a blank companion field cannot read as an attempt
    with an empty code.

pages.json is now 90 pages. Backends check their rendered page names against
it; see CONVENTIONS.md in escalated-developer-context.