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

Request user password when performing sensitive actions #13

Closed
1 task done
Supereg opened this issue Sep 14, 2023 · 1 comment
Closed
1 task done

Request user password when performing sensitive actions #13

Supereg opened this issue Sep 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Supereg
Copy link
Member

Supereg commented Sep 14, 2023

Problem

Firebase requires a recent login when preforming sensitive actions like changing the primary email address or password (e.g., refer to FIRUser#-updatepassword:completion:. As SpeziAccount currently doesn't allow to easily customize UI to request reauthentication from the user, we currently securely store the users password to do reauthentication on the fly.

Solution

Investigate the necessary changes to SpeziAccount to easily request reauthentication through the user. This could be by requiring entry of the current password or by sending a E-Mail authentication link.
This would need to consider future cases for password-less scenarios (like Sign in with Apple or Passkeys).

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@Supereg
Copy link
Member Author

Supereg commented May 6, 2024

This was first introduced with #18

@Supereg Supereg closed this as completed May 6, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in Project Planning May 6, 2024
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
Archived in project
Development

No branches or pull requests

1 participant