hoodiehq / hoodie-account-client

:dog: Account client API for the browser
https://hoodiehq.github.io/hoodie-account-client
Apache License 2.0
11 stars 24 forks source link

admin.sessions.findAll filter by username #82

Open ransomw opened 8 years ago

ransomw commented 8 years ago

follow up for #19 / #77

for this issue, tests need not be complete spec coverage, but while making the edits described above, it might be a good time to get more complete spec coverage in integration tests for findAll. an integration test for the filter by username usage is the bare minimum.

after these edits, make edits to the implementation of admin.sessions.add according to the TODO in admin/lib/sessions/add.js, either as part of this or a new issue.