1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-09 05:57:40 +02:00
Commit Graph

24 Commits

Author SHA1 Message Date
Addison Beck
2c29df7a86 changed command from login --apiKey to login --apikey 2020-11-10 12:21:35 -05:00
Addison Beck
421de80daf Added --apiKey option to the login command 2020-11-01 14:57:33 -05:00
Kyle Spearrin
7733b95a71 update jslib 2020-09-23 11:59:30 -04:00
Kyle Spearrin
080d9f29e9 update jslib 2020-08-04 08:50:22 -04:00
Kyle Spearrin
bd0f28b3be
SSO login (#154)
* support sso login

* update jslib

* set clientid in base login command
2020-08-03 12:30:32 -04:00
Kyle Spearrin
b846ce3f89 use shared login/logout commands 2019-03-18 10:33:43 -04:00
Kyle Spearrin
a3ba833f0d move shared CLI items to jslib 2019-03-15 22:34:59 -04:00
Casey Watson
4b99745114 Don't show * mask when entering password (#23)
- The * mask has the potential to leak the users password length and
should not be used.

Fixes #8
2018-08-16 16:01:25 -04:00
Kyle Spearrin
e0ff13e193 check response in all cases 2018-08-03 11:27:42 -04:00
Kyle Spearrin
04b63d16ee formatting 2018-06-18 22:11:05 -04:00
Keith Kelly
c7160c0870 Use stderr for prompts to better allow scripting (#14)
* Update invocations of inquirer.js prompts to output prompt to stderr.

fixes #7

* Updates to use updated typings from @types/inquirer
2018-06-18 22:07:45 -04:00
Kyle Spearrin
200effe772 switch from readline sync to inquirer 2018-05-23 11:16:23 -04:00
Kyle Spearrin
33f0f5eae0 update template ids 2018-05-18 09:16:34 -04:00
Kyle Spearrin
576c529b10 powershell examples 2018-05-16 23:27:47 -04:00
Kyle Spearrin
b4678e53d2 full sync after login 2018-05-16 21:16:42 -04:00
Kyle Spearrin
33effb1a4d message response 2018-05-15 22:47:52 -04:00
Kyle Spearrin
807cca2bd2 secure storage with env session key 2018-05-15 21:11:58 -04:00
Kyle Spearrin
e8a3325ec9 parse two step login options 2018-05-15 17:17:47 -04:00
Kyle Spearrin
e3eea736ed two-step login prompts 2018-05-15 14:21:42 -04:00
Kyle Spearrin
83e91b70ff fix errors 2018-05-15 11:08:55 -04:00
Kyle Spearrin
4f3f84539d cli response objects 2018-05-14 14:54:19 -04:00
Kyle Spearrin
70c7b182ae setup storage service and log in 2018-05-13 00:19:14 -04:00
Kyle Spearrin
8f49b58d2e stub out some services 2018-05-12 21:24:28 -04:00
Kyle Spearrin
bb54e2a381 command structure. debugging 2018-05-12 15:12:28 -04:00