Sean McArthur
efc67cc067
Merge pull request #6 from mozilla/rename-whitelisted-to-trusted
...
fix(clients): rename 'whitelisted' property to 'trusted'.
2015-07-07 17:37:39 -07:00
Ryan Kelly
5050fa3d6a
fix(clients): rename 'whitelisted' property to 'trusted'.
2015-07-08 10:12:06 +10:00
Ryan Kelly
14c4db205b
Merge pull request #4 from mozilla/list
...
feat(clients): implement all the commands
2015-02-04 13:24:26 +11:00
Sean McArthur
572a81c55d
review comments
2015-02-03 18:19:01 -08:00
Sean McArthur
691419e886
feat(clients): implement several commands
...
- `list`: provides a list of all registered clients
- `register`: prompts for details to register a new client
- `update`: updates a single property on a registered client
- `delete`: deletes a client! boom!
The commands will delete the token after usage, or blow up with an error
if the token couldn't be deleted.
2015-02-02 11:25:41 -08:00
Ryan Kelly
c6f405a00e
Merge pull request #1 from mozilla/get-token
...
feat(token): add first command: token
2014-11-14 11:20:36 +11:00
Sean McArthur
fa1daeea87
feat(token): add first command: token
...
Besides the token command, this includes much of the underlying
design that all commands will build off of.
2014-11-13 16:11:15 -08:00
Sean McArthur
26bc05f49f
init
2014-09-17 10:05:57 -07:00