Skip to content

Commit

Permalink
Remove authenticator plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Sep 3, 2024
1 parent aa8e717 commit b4c503c
Show file tree
Hide file tree
Showing 33 changed files with 6 additions and 1,695 deletions.
9 changes: 0 additions & 9 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@
}
},
"packages": {
"authenticator": {
"path": "./plugins/authenticator",
"manager": "rust-disabled"
},
"authenticator-js": {
"path": "./plugins/authenticator",
"manager": "javascript-disabled"
},

"autostart": {
"path": "./plugins/autostart",
"manager": "rust-disabled"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
version: 9.x.x
run_install: true

- name: install webkit2gtk and libudev for [authenticator]
- name: install webkit2gtk
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libudev-dev
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev
- name: cargo login
run: cargo login ${{ secrets.ORG_CRATES_IO_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: install webkit2gtk and libudev for [authenticator]
- name: install webkit2gtk
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libudev-dev
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev
- name: Install clippy with stable toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/msrv-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: install webkit2gtk and libudev for [authenticator]
- name: install webkit2gtk
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libudev-dev
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev
- uses: dtolnay/[email protected]

Expand Down
76 changes: 0 additions & 76 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
# Listed without globs to prevent issues with renovate's baseBranches config.
members = [
"plugins/authenticator",
"plugins/autostart",
"plugins/fs-extra",
"plugins/fs-watch",
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

| | | Win | Mac | Lin | iOS | And |
| ------------------------------------------ | --------------------------------------------------------- | --- | --- | --- | --- | --- |
| [authenticator](plugins/authenticator) | Interface with hardware security keys. |||| ? | ? |
| [autostart](plugins/autostart) | Automatically launch your app at system startup. |||| ? | ? |
| [fs-extra](plugins/fs-extra) | File system methods that aren't included in the core API. |||| ? | ? |
| [fs-watch](plugins/fs-watch) | Watch the filesystem for changes. |||| ? | ? |
Expand Down
1 change: 0 additions & 1 deletion plugins/authenticator/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions plugins/authenticator/Cargo.toml

This file was deleted.

20 changes: 0 additions & 20 deletions plugins/authenticator/LICENSE.spdx

This file was deleted.

Loading

0 comments on commit b4c503c

Please sign in to comment.