1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-06 00:48:08 +02:00
The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).
Go to file
Vincent Salucci f301b92dc3
[SSO] Merge feature/sso into master (#139)
* [SSO] Reset Master Password (#134)

* Initial commit of reset master password (sso)

* Updated line length error

* Updated import line again

* Added trailing comma

* restored reference data for RegisterRequest

* Updated tracking boolean name // added success route update based on passed boolean

* Added new API // reverted Register // deleted reset // added change pw and sso

* Changed redirect URI to protected to override in sub-class

* Updated api to setPassword // Updated request model name // Updated change password refs // Updated formatting

* Encoded necessary parts of authorize url // Added default catch error message

* Refactored methods inside change password base component // removed unnecesary query param for sso

* [lint] Fixed error (#137)

* Cleaned lint error

* Fixed sso lint error
2020-08-01 08:42:24 -05:00
.github/workflows CI for ubuntu as well 2020-07-24 09:49:59 -04:00
.vscode vs code debugging node 2018-04-20 10:59:35 -04:00
spec only run chrome tests on github action 2020-07-23 17:23:38 -04:00
src [SSO] Merge feature/sso into master (#139) 2020-08-01 08:42:24 -05:00
.editorconfig update settings 2018-04-10 22:05:36 -04:00
.gitignore setup karma testing 2018-04-17 16:15:19 -04:00
appveyor.yml Add the lint to CI script (#87) 2020-03-11 09:06:45 -04:00
CONTRIBUTING.md Updated contribution guidance for developers 2020-07-16 10:05:20 -04:00
LICENSE.txt license and contrib 2018-01-26 16:07:38 -05:00
package-lock.json Desktop biometrics support (#119) 2020-07-23 13:32:20 -04:00
package.json Desktop biometrics support (#119) 2020-07-23 13:32:20 -04:00
README.md Desktop biometrics support (#119) 2020-07-23 13:32:20 -04:00
SECURITY.md Uppercase Bitwarden 2018-02-27 14:19:31 -05:00
tsconfig.json Desktop biometrics support (#119) 2020-07-23 13:32:20 -04:00
tslint.json fix lint issues 2019-03-27 14:46:34 -04:00

appveyor build

Bitwarden JavaScript Library

Common code referenced across Bitwarden JavaScript projects.

Requirements

  • Git
  • node-gyp

Windows

  • Microsoft Build Tools 2015 in Visual Studio Installer
  • Windows 10 SDK 17134 either by downloading it seperately or through the Visual Studio Installer.