Olares/cli/pkg/wizard
eball fe3acf669e
cli: fix some user activation bugs (#1992)
* fix(cli): update UserBindTerminus to return access token and adjust activation wizard call

* Update wizard.go

feat: ensure authUrl has worked

* Update wizard.go

* feat(cli): add reset password option to user activation command

* feat: add initializeAccount and upload mainvault

* fix: update UserBindTerminus to return access token and improve error handling in RunWizard

* feat: implement AES-GCM encryption in encryptAESGCM function and add necessary imports

* fix: improve account retrieval and error handling in Login and initializeAccount functions

* Update app.go

* feat: update

* fix: comment out TOTP initialization in Signup and adjust account retrieval in Login

---------

Co-authored-by: Peng Peng <billpengpeng@gmail.com>
2025-10-27 18:52:14 +08:00
..
app.go cli: fix some user activation bugs (#1992) 2025-10-27 18:52:14 +08:00
auth.go cli: fix some user activation bugs (#1992) 2025-10-27 18:52:14 +08:00
client.go cli: add user activation command (#1972) 2025-10-23 11:03:19 +08:00
did_key_utils.go cli: add user activation command (#1972) 2025-10-23 11:03:19 +08:00
errors.go cli: add user activation command (#1972) 2025-10-23 11:03:19 +08:00
http_sender.go cli: add user activation command (#1972) 2025-10-23 11:03:19 +08:00
login_terminus.go cli: add user activation command (#1972) 2025-10-23 11:03:19 +08:00
platform.go cli: add user activation command (#1972) 2025-10-23 11:03:19 +08:00
srp.go cli: add user activation command (#1972) 2025-10-23 11:03:19 +08:00
srp_test.go cli: add user activation command (#1972) 2025-10-23 11:03:19 +08:00
ssi.go cli: add user activation command (#1972) 2025-10-23 11:03:19 +08:00
types.go cli: fix some user activation bugs (#1992) 2025-10-27 18:52:14 +08:00
user_store.go cli: fix some user activation bugs (#1992) 2025-10-27 18:52:14 +08:00
wizard.go cli: fix some user activation bugs (#1992) 2025-10-27 18:52:14 +08:00