Skip to content

feat: persist token before org selection, recover from aborted login, remove status bar#36

Merged
CLEMENTINATOR merged 2 commits intomainfrom
feat/persist-token-before-org-selection
Mar 26, 2026
Merged

feat: persist token before org selection, recover from aborted login, remove status bar#36
CLEMENTINATOR merged 2 commits intomainfrom
feat/persist-token-before-org-selection

Conversation

@CLEMENTINATOR
Copy link
Member

Store user_token/email/user_id to disk immediately after browser auth
succeeds, before prompting for org selection. If the user aborts at that
point, the token is preserved and org selection resumes automatically
on the next edgee launch without requiring a full re-login.

Also avoid clearing credentials before browser auth completes, so an
aborted re-login does not wipe a previously valid token.

@CLEMENTINATOR CLEMENTINATOR requested a review from a team as a code owner March 26, 2026 09:54
Store user_token/email/user_id to disk immediately after browser auth succeeds, before prompting for org selection. If the user aborts at that point, the token is preserved and org selection resumes automatically on the next `edgee launch` without requiring a full re-login. Also avoid clearing credentials before browser auth completes, so an aborted re-login does not wipe a previously valid token.
@CLEMENTINATOR CLEMENTINATOR force-pushed the feat/persist-token-before-org-selection branch from 291f122 to dd4b738 Compare March 26, 2026 10:00
@CLEMENTINATOR CLEMENTINATOR changed the title feat: persist token before org selection, recover from aborted login feat: persist token before org selection, recover from aborted login, remove status bar Mar 26, 2026
@CLEMENTINATOR CLEMENTINATOR merged commit a2a71af into main Mar 26, 2026
3 checks passed
@CLEMENTINATOR CLEMENTINATOR deleted the feat/persist-token-before-org-selection branch March 26, 2026 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants