Skip to content

[BUG]: mfa_type for a user not being set to USERS table #57

Description

@ayush00git

mfa_type for a user is only being set into the mfa_secrets table, never updated into the users table. Even at the time of a non-first time auth, the flow remains the same -> get user_id from the auth interceptor's caught metadata (the user context keys) -> get the mfa_type from the mfa_secrets table associated with the same user_id.

Now, either keep the design same, that is reading two tables for different parameters or start updating the users table as well.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions