feat: persist session token across app restarts

This commit is contained in:
2026-04-18 01:27:50 -04:00
parent d9590987a5
commit eced53aecd
2 changed files with 75 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ pub fn run() {
commands::user::signin,
commands::user::signout,
commands::user::get_me,
commands::user::restore_session,
commands::user::update_profile,
commands::user::get_contacts,
commands::user::add_contact,