You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the recent development of ChangePassword and DeleteAccount APIs on the server side(#849), we should extend our CLI functionality to include these features.
Implementation Details
Integrate with the newly developed server APIs: ChangePassword and DeleteAccount.
Implement proper error handling and user feedback.
Ensure secure handling of sensitive information (passwords).
Update CLI documentation to reflect these new commands.
Security Considerations
For the delete account command, consider implementing a confirmation step to prevent accidental deletions.
Ensure all communications with the server for these sensitive operations are properly encrypted.
Why is this needed:
CLI users can manage their accounts without switching to a different interface, streamlining their workflow.
The text was updated successfully, but these errors were encountered:
Currently, account deletion does not performing cascading deletion over associated resources.
We might need to manually handle orphan resources after the account is removed. #946
What would you like to be added:
Currently, our CLI supports login and logout commands:
https://yorkie.dev/docs/cli#login
With the recent development of
ChangePassword
andDeleteAccount
APIs on the server side(#849), we should extend our CLI functionality to include these features.Implementation Details
ChangePassword
andDeleteAccount
.Security Considerations
Why is this needed:
CLI users can manage their accounts without switching to a different interface, streamlining their workflow.
The text was updated successfully, but these errors were encountered: