While the SteemitWallet Code already Supports Fetching User account including all Api Response which also Includes User Account Auths Like
"owner": {
"weight_threshold": 1,
"account_auths": [],
"key_auths": [
[
"STM59ytBUdJ1DaSeFoz4GP5nBFiVBF2dpEDN4cHcR4wYFxWvE2ctR",
1
]
]
},
"active": {
"weight_threshold": 1,
"account_auths": [
[
"blaze001apps",
1
]
],
"key_auths": [
[
"STM5fvPvqwkwDTKXW1wsr7wPdeVXjetjvg1Wer8Zs7P24KFHht2Be",
1
]
]
},
"posting": {
"weight_threshold": 1,
"account_auths": [
[
"blaze.apps",
1
]
],
"key_auths": [
[
"STM5nr8yJLekbns9BNtx8FUxZTvphtfuNKVkTqCXswAjM6GTrQtdX",
1
]
]
},
"memo_key": "STM8LWVtBAjP9Hq8vXQfw15nfnnaNMSiZmvEpLEy6G3jjPFPxerAS",
This Info is Already available for the APP to use, If Displayed to Users what Application or Accounts they have provided Posting / Active Authorization might help solve problems like
- Stolen Frauds through Active Auth (Mistaken)
- Vote and Comments Frauds through Forgotten Posting Authorization
API response received Just needed to be Displayed in the Keys And permissions Page and ability for users to remove it , in case they wish to ,
While the SteemitWallet Code already Supports Fetching User account including all Api Response which also Includes User Account Auths Like
This Info is Already available for the APP to use, If Displayed to Users what Application or Accounts they have provided Posting / Active Authorization might help solve problems like
API response received Just needed to be Displayed in the Keys And permissions Page and ability for users to remove it , in case they wish to ,