mirror of
https://github.com/beclab/Olares
synced 2026-05-06 06:48:30 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| app.go | ||
| auth.go | ||
| client.go | ||
| did_key_utils.go | ||
| errors.go | ||
| http_sender.go | ||
| login_terminus.go | ||
| platform.go | ||
| srp.go | ||
| srp_test.go | ||
| ssi.go | ||
| types.go | ||
| user_store.go | ||
| wizard.go | ||