Skip to content

Commit ff134a8

Browse files
authored
Remove authenticator plugin (tauri-apps#1723)
1 parent f8255e1 commit ff134a8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+13
-2474
lines changed

.changes/config.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,6 @@
103103
"dependencies": ["deep-link-js"],
104104
"postversion": "pnpm install --no-frozen-lockfile"
105105
},
106-
"authenticator": {
107-
"path": "./plugins/authenticator",
108-
"manager": "rust"
109-
},
110-
"authenticator-js": {
111-
"path": "./plugins/authenticator",
112-
"manager": "javascript"
113-
},
114106
"autostart": {
115107
"path": "./plugins/autostart",
116108
"manager": "rust"

.github/workflows/check-generated-files.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
id: filter
2626
with:
2727
filters: |
28-
authenticator:
29-
- .github/workflows/check-generated-files.yml
30-
- plugins/authenticator/guest-js/**
31-
- plugins/authenticator/src/api-iife.js
3228
autostart:
3329
- .github/workflows/check-generated-files.yml
3430
- plugins/autostart/guest-js/**

.github/workflows/lint-rust.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
id: filter
4242
with:
4343
filters: |
44-
tauri-plugin-authenticator:
45-
- .github/workflows/lint-rust.yml
46-
- plugins/authenticator/**
4744
tauri-plugin-autostart:
4845
- .github/workflows/lint-rust.yml
4946
- plugins/autostart/**
@@ -138,10 +135,10 @@ jobs:
138135
steps:
139136
- uses: actions/checkout@v4
140137

141-
- name: install webkit2gtk and libudev for [authenticator]
138+
- name: install webkit2gtk
142139
run: |
143140
sudo apt-get update
144-
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libudev-dev
141+
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev
145142
146143
- name: Install clippy with stable toolchain
147144
uses: dtolnay/rust-toolchain@stable

.github/workflows/test-rust.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
with:
4545
base: v2
4646
filters: |
47-
tauri-plugin-authenticator:
48-
- .github/workflows/test-rust.yml
49-
- Cargo.toml
50-
- plugins/authenticator/**
5147
tauri-plugin-autostart:
5248
- .github/workflows/test-rust.yml
5349
- Cargo.toml
@@ -200,17 +196,11 @@ jobs:
200196
steps:
201197
- uses: actions/checkout@v4
202198

203-
- name: install webkit2gtk and libudev for [authenticator]
199+
- name: install webkit2gtk
204200
if: contains(matrix.platform.target, 'unknown-linux')
205201
run: |
206202
sudo apt-get update
207-
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libudev-dev
208-
209-
- name: install openssl
210-
if: ${{ matrix.platform.os == 'windows-latest' && matrix.package == 'tauri-plugin-authenticator' }}
211-
run: |
212-
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
213-
vcpkg install openssl:x64-windows-static-md
203+
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev
214204
215205
- uses: dtolnay/[email protected]
216206
with:

Cargo.lock

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

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
| [barcode-scanner](plugins/barcode-scanner) | Allows your mobile application to use the camera to scan QR codes, EAN-13 and other kinds of barcodes. | ? | ? | ? |||
87
| [biometric](plugins/biometric) | Prompt the user for biometric authentication on Android and iOS. | ? | ? | ? |||

plugins/authenticator/.gitignore

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

plugins/authenticator/CHANGELOG.md

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

plugins/authenticator/Cargo.toml

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

plugins/authenticator/LICENSE.spdx

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

0 commit comments

Comments
 (0)