Skip to content

feat: 418 Impersonation#181

Open
trsh wants to merge 2 commits intonextfrom
Feature/Impersonation
Open

feat: 418 Impersonation#181
trsh wants to merge 2 commits intonextfrom
Feature/Impersonation

Conversation

@trsh
Copy link
Copy Markdown

@trsh trsh commented Mar 24, 2026

No description provided.

repeated string totp_session_tokens = 29; /// TOTP Login session tokens
repeated string password_hash_history = 30; // List of historical password hashes
repeated string totp_recovery_codes = 31; // List of TOTP recovery codes
optional string impoersonated_by = 32; // ID of the impersonator
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Wrong place for this, this should go in the token object not the LoginResponse. Or do we need it really here as well?

Copy link
Copy Markdown
Author

@trsh trsh Mar 24, 2026

Choose a reason for hiding this comment

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

Wrong place for this, this should go in the token object not the LoginResponse. Or do we need it really here as well?

No idea, this is how Arun suggested to handle it.

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