Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication with Platforms after using Bridges #186

Open
sherlockwisdom opened this issue Jan 14, 2025 · 0 comments
Open

Authentication with Platforms after using Bridges #186

sherlockwisdom opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sherlockwisdom
Copy link
Member

I’ve added and staged the requires_password_reset field in the Vault protobuf for the AuthenticateEntity RPC function.
Here's the key update:

  • When users create accounts through the bridge, they do not initially set a password.
  • If they later choose to log in via the standard authentication flow, the response will include the new requires_password_reset boolean field in the AuthenticateEntityResponse.
  • If this field is true, the client should redirect them to the ResetPassword RPC function to set a new password.
@sherlockwisdom sherlockwisdom added the enhancement New feature or request label Jan 14, 2025
@sherlockwisdom sherlockwisdom self-assigned this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant