-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decrypt API Rework #560
Decrypt API Rework #560
Commits on Aug 15, 2024
-
Simplify calls to retrieveAndDecrypt and retrieve. We don't need to g…
…et the ritual so early; obtaining it later saves us from passing additional parameters.
Configuration menu - View commit details
-
Copy full SHA for 38eca23 - Browse repository at this point
Copy the full SHA 38eca23View commit details -
Allow creation of Context from a message kit.
Allow Context to be created with a condition, and subsequently populated with authProviders and customParameters. Make :userAddressExternalEIP4361 a reserved context variable because the context will use the provided authProviders to populate its (and :userAddress) values in the overall context used for decryption.
Configuration menu - View commit details
-
Copy full SHA for bb99d4a - Browse repository at this point
Copy the full SHA bb99d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee262c4 - Browse repository at this point
Copy the full SHA ee262c4View commit details -
Allow ConditionContext to be an optional parameter for decryption; it…
… replaces authProvider and customParmeters since those are now encompassed in the context itself.
Configuration menu - View commit details
-
Copy full SHA for 9e443e2 - Browse repository at this point
Copy the full SHA 9e443e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c8358 - Browse repository at this point
Copy the full SHA f2c8358View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68788f6 - Browse repository at this point
Copy the full SHA 68788f6View commit details -
Reconfigure taco-auth providers folder to have an eip4361 folder and …
…common elements for both ei4361 provider and single sign-on provider. Move user address context variable for external eip4361 to taco-auth as well. Update relevant imports.
Configuration menu - View commit details
-
Copy full SHA for 53a83d2 - Browse repository at this point
Copy the full SHA 53a83d2View commit details -
Move RESERVED_CONTEXT_VARIABLES constant to context module since it i…
…s the only thing using it.
Configuration menu - View commit details
-
Copy full SHA for 9c5548c - Browse repository at this point
Copy the full SHA 9c5548cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dce202a - Browse repository at this point
Copy the full SHA dce202aView commit details -
Update nodejs example used for CI job to pass ConditionContext instea…
…d of directly passing auth provider. Expose USER_ADDRESS_PARAM* constants from taco for now.
Configuration menu - View commit details
-
Copy full SHA for 4f7c2ac - Browse repository at this point
Copy the full SHA 4f7c2acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e613d3a - Browse repository at this point
Copy the full SHA e613d3aView commit details -
Fix webpack-5 example to use ConditionContext instead of directly pro…
…viding auth provider.
Configuration menu - View commit details
-
Copy full SHA for e9e332f - Browse repository at this point
Copy the full SHA e9e332fView commit details -
Fix other taco examples to use ConditionContext instead of directly p…
…roviding authProvider.
Configuration menu - View commit details
-
Copy full SHA for 3c7cefb - Browse repository at this point
Copy the full SHA 3c7cefbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc669d - Browse repository at this point
Copy the full SHA cfc669dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a751c6 - Browse repository at this point
Copy the full SHA 8a751c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83585f4 - Browse repository at this point
Copy the full SHA 83585f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c30bc4 - Browse repository at this point
Copy the full SHA 8c30bc4View commit details
Commits on Aug 16, 2024
-
Construct a PorterClient earlier in the call stack for decrypt(), and…
… then pass the client to calls later in the stack instead of passing around the porterUri(s).
Configuration menu - View commit details
-
Copy full SHA for 81d9006 - Browse repository at this point
Copy the full SHA 81d9006View commit details -
Update variable naming for ConditionContext to clarify that they are …
…related to context parameters.
Configuration menu - View commit details
-
Copy full SHA for e872fff - Browse repository at this point
Copy the full SHA e872fffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99732a9 - Browse repository at this point
Copy the full SHA 99732a9View commit details
Commits on Aug 19, 2024
-
Add illustrative example of using requestedContextParameters property…
… on ConditionContext.
Configuration menu - View commit details
-
Copy full SHA for 1e528aa - Browse repository at this point
Copy the full SHA 1e528aaView commit details