Skip to content

Commit b4c503c

Browse files
committed
Remove authenticator plugin
1 parent aa8e717 commit b4c503c

33 files changed

+6
-1695
lines changed

.changes/config.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@
3333
}
3434
},
3535
"packages": {
36-
"authenticator": {
37-
"path": "./plugins/authenticator",
38-
"manager": "rust-disabled"
39-
},
40-
"authenticator-js": {
41-
"path": "./plugins/authenticator",
42-
"manager": "javascript-disabled"
43-
},
44-
4536
"autostart": {
4637
"path": "./plugins/autostart",
4738
"manager": "rust-disabled"

.github/workflows/covector-version-or-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
version: 9.x.x
3030
run_install: true
3131

32-
- name: install webkit2gtk and libudev for [authenticator]
32+
- name: install webkit2gtk
3333
run: |
3434
sudo apt-get update
35-
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libudev-dev
35+
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev
3636
3737
- name: cargo login
3838
run: cargo login ${{ secrets.ORG_CRATES_IO_TOKEN }}

.github/workflows/lint-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333

34-
- name: install webkit2gtk and libudev for [authenticator]
34+
- name: install webkit2gtk
3535
run: |
3636
sudo apt-get update
37-
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libudev-dev
37+
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev
3838
3939
- name: Install clippy with stable toolchain
4040
uses: dtolnay/rust-toolchain@stable

.github/workflows/msrv-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v3
3535

36-
- name: install webkit2gtk and libudev for [authenticator]
36+
- name: install webkit2gtk
3737
run: |
3838
sudo apt-get update
39-
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libudev-dev
39+
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev
4040
4141
- uses: dtolnay/[email protected]
4242

Cargo.lock

Lines changed: 0 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[workspace]
22
# Listed without globs to prevent issues with renovate's baseBranches config.
33
members = [
4-
"plugins/authenticator",
54
"plugins/autostart",
65
"plugins/fs-extra",
76
"plugins/fs-watch",

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
| | | Win | Mac | Lin | iOS | And |
44
| ------------------------------------------ | --------------------------------------------------------- | --- | --- | --- | --- | --- |
5-
| [authenticator](plugins/authenticator) | Interface with hardware security keys. |||| ? | ? |
65
| [autostart](plugins/autostart) | Automatically launch your app at system startup. |||| ? | ? |
76
| [fs-extra](plugins/fs-extra) | File system methods that aren't included in the core API. |||| ? | ? |
87
| [fs-watch](plugins/fs-watch) | Watch the filesystem for changes. |||| ? | ? |

plugins/authenticator/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

plugins/authenticator/Cargo.toml

Lines changed: 0 additions & 29 deletions
This file was deleted.

plugins/authenticator/LICENSE.spdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)