Skip to content

feat(mfa): recovery codes audit logs, metering and error codes - #2760

Open
fadymak wants to merge 3 commits into
fm/auth-1530from
fm/auth-1531
Open

feat(mfa): recovery codes audit logs, metering and error codes#2760
fadymak wants to merge 3 commits into
fm/auth-1530from
fm/auth-1531

Conversation

@fadymak

@fadymak fadymak commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Adds the recovery codes audit log event types, metering types and error codes for use by the API

@fadymak
fadymak requested a review from a team as a code owner August 28, 2026 13:20
PasskeyUpdatedAction AuditAction = "passkey_updated"
PasskeyDeletedAction AuditAction = "passkey_deleted"
RecoveryCodesGeneratedAction AuditAction = "recovery_codes_generated"
RecoveryCodesVerifiedAction AuditAction = "recovery_codes_verified"

@annabkr annabkr Aug 28, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just double checking -- does a verification action indicate that a single recovery code was used?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's right 👍 A recovery code is verified via the POST /verify endpoint.

@fadymak
fadymak force-pushed the fm/auth-1531 branch 2 times, most recently from e95d6b9 to cdac782 Compare August 31, 2026 09:11
@blacksmith-sh

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants