Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Based on the conversation in #292, and the critique in #349, this patch restructures `get()` to accept two arguments: a sequence of types, and a dictionary of dictionaries that specifies the filter options for each relevant type. This does not completely address the request in #292, as the matching algorithm is not exposed as a method on LocallyStoredCredential. I need to think a bit more about the impact of doing that. Splitting up the patch to make sure the pieces we know we need get in for feedback.
- Loading branch information