Skip to content

Migrations for WebAuthn

What does this MR do?

This is yet another preparation MR for !26692 (merged), extracting the migrations into a separate MR to split the code change into several smaller MRs (as suggested here).

It introduces a new table webauthn_registrations which will later contain the saved webauthn registrations, adds a foreign key from this table to the user table and adds a webauthn_xid to the user details table. For details, please see the main MR.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports