release: WRNexusJS 0.5.0

This commit is contained in:
2026-07-29 12:51:10 +05:30
parent 76c768099d
commit 6afe32f63f
456 changed files with 40879 additions and 8850 deletions
@@ -0,0 +1,9 @@
-- +up
-- Separate challenge purposes prevent a verification OTP from being replayed
-- as a passwordless-login or MFA challenge.
ALTER TABLE wrn_auth_otp_challenges
ADD COLUMN purpose VARCHAR(32) NOT NULL DEFAULT 'verification';
-- +down
ALTER TABLE wrn_auth_otp_challenges
DROP COLUMN purpose;