wharfkit / session

Create account-based sessions, perform transactions, and allow users to login using Antelope-based blockchains.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return the Public Key of the account used during Login as part of the LoginResult

aaroncox opened this issue · comments

Relevant conversation on Telegram starting here:

https://t.me/wharfkit/1163

Research will be needed to figure out an appropriate path to return this data, preferably without extra API calls.

As a step forward in this, a WalletPlugin may optionally now return an IdentityProof that's made available to the application. This isn't a hard requirement though, and not all wallet plugins will sign transactions during the login process.