summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/dummy.py
AgeCommit message (Collapse)Author
2016-05-19[feat] remove password from logoutRuben Pollan
Logout doesn't need password.
2016-05-02[feature] pluggable backends and api registryKali Kaneko
the idea behind this mechanism (partially implemented for that) is to be able to check the backend output against some type annotations. We want to be able to detect if a given backend (real services or authoritative mocks) have diverged from what's specified in the API annotations.