chore: [ANDROSDK-2315] Implement multi account and offline for OpenId connections#2628
Merged
Conversation
add offline and relogin connections for openID accounts
…tions update api dump
|
andresmr
approved these changes
Jun 11, 2026
vgarciabnz
approved these changes
Jun 12, 2026
vgarciabnz
left a comment
Member
There was a problem hiding this comment.
Good one! Let's test it with app.
I wonder if the case of an existing openId account in the old format will be correctly managed, I am not sure if the store is completely new or it reuses the previous one somehow. We can create a ticket to check if the existing openId account keeps working with the app update. If not, we could log out the user and force them to login again using the new store.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Similarly to what was implemented for OAuth accounts, the OpenId Auth state and a PIN is persisted so several accounts with this configuration can be created and restored, allowing offline connections as well.
Related task: ANDROSDK-2315