Add Support for Generic Requests#298
Open
mcstoer wants to merge 91 commits into
Open
Conversation
… api of z_getencryptionaddress.
…tial lookup easier for login.
…e and remove the console logging for debugging the credential fetching.
…al and arrays of scopes.
…login response decision's context and credentials.
… based on credential keys.
…n with the identity update request and change login request handling to not require the chain ticker in the request.
…the double parsing of the deeplink, and enable sending of all supported deeplink types to the plugin.
…d api functions are included in the api structure.
…nge made in the consent client.
…tity using its contents.
…indicate whether to redirect or send a POST request.
…towards making it easier for developers to get started.
…pment modes and improve the general quality.
…or only the testnet version.
…gular version of the desktop wallet and improve when the desktop integration is run.
… used in the wallet.
… the main versions where possible.
parameter and return value types in other parts of the API.
changed on this branch.
for the contentmultimap changes.
the code quality of the desktop integration setup.
(cherry picked from commit 613c3e0)
encrypting the credentials as part of the identity update request execution. (cherry picked from commit cde457b)
(cherry picked from commit 26ca7de)
switch to using an already existing identity type for the return type of getIdentityContent. (cherry picked from commit 8d779f4)
7b1a57a to
3f495d6
Compare
(cherry picked from commit 28c8f27)
6c94477 to
34605a8
Compare
credentials, and remove unneeded null checks. (cherry picked from commit 7e47307)
(cherry picked from commit 182ff92)
improve cleanup if the main process fails. (cherry picked from commit 3c5c8f6)
(cherry picked from commit 3e6d9a9)
(cherry picked from commit a49a0b3)
(cherry picked from commit 3556543)
(cherry picked from commit 97c91ed)
(cherry picked from commit 22dfae9)
(cherry picked from commit 5fcbead)
(cherry picked from commit d3de153)
(cherry picked from commit ca6a9d8)
(cherry picked from commit 3a81b5b)
(cherry picked from commit e5785e0)
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.
Added support for Generic Requests with any of the following request details:
In addition:
See VerusCoin/verus-login-consent-client#8 for the associated Verus Login Consent Client changes.
See https://github.com/mcstoer/Verus-Desktop/tree/password-manager-v2 for the testnet version.