solana-mobile / mobile-wallet-adapter

Other
224 stars 91 forks source link

Walletlib: Multi Account Auth Repo #753

Closed Funkatronics closed 3 months ago

Funkatronics commented 3 months ago

This PR addresses what should be the final refactor update to support multi-account through the entire MWA SDK stack. (#44 & #438)

The walletlib sdk authentication repository has been updated to support multiple authorized accounts (publickeys) per AuthRecord. The rest of the SDK stack was previously updated to support a list of accounts for each auth request.

Note: sample apps still need to be updated to demonstrate the use of multiple accounts in a session