@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-authenticator"
version = "0.1.0"
description = "Use hardware security-keys in your Tauri App."
authors.workspace = true
license.workspace = true
edition.workspace = true
@ -1,6 +1,6 @@

Use Hardware Security-keys in your Tauri App.
Use hardware security-keys in your Tauri App.
## Install
{
"name": "tauri-plugin-authenticator-api",
"version": "0.0.0",
"description": "Use hardware security-keys in your Tauri App.",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"
name = "tauri-plugin-autostart"
description = "Automatically launch your application at startup."
name = "tauri-plugin-fs-extra"
description = "Additional file system methods not included in the core API."
@ -1,4 +1,6 @@
<!-- description -->

Additional file system methods not included in the core API.
"name": "tauri-plugin-fs-extra-api",
"description": "Additional file system methods not included in the core API.",
name = "tauri-plugin-fs-watch"
description = "Watch files and directories for changes."

Watch changes on files and directories through [notify](https://github.com/notify-rs/notify).
Watch files and directories for changes using [notify](https://github.com/notify-rs/notify).
"name": "tauri-plugin-fs-watch-api",
"description": "Watch files and directories for changes.",
name = "tauri-plugin-localhost"
description = "Expose your apps assets through a localhost server instead of the default custom protocol."
name = "tauri-plugin-log"
description = "Configurable logging for your Tauri app."
"name": "tauri-plugin-log-api",
"description": "Configurable logging for your Tauri app.",
name = "tauri-plugin-persisted-scope"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
name = "tauri-plugin-positioner"
version = "0.2.7"
description = "Position your windows at well-known locations."
"name": "tauri-plugin-positioner-api",
"description": "Position your windows at well-known locations.",
name = "tauri-plugin-sql"
description = "Interface with SQL databases."
"name": "tauri-plugin-sql-api",
"description": "Interface with SQL databases",
name = "tauri-plugin-store"
description = "Simple, persistent key-value store."
"name": "tauri-plugin-store-api",
"description": "Simple, persistent key-value store.",
name = "tauri-plugin-stronghold"
description = "Store secrets and keys using the IOTA Stronghold encrypted database."
"name": "tauri-plugin-stronghold-api",
"description": "Store secrets and keys using the IOTA Stronghold encrypted database.",
name = "tauri-plugin-upload"
description = "Upload files from disk to a remote server over HTTP."

Upload files from disk to a remote server over http.
Upload files from disk to a remote server over HTTP.
"name": "tauri-plugin-upload-api",
"description": "Upload files from disk to a remote server over HTTP.",
name = "tauri-plugin-window-state"
description = "Save window positions and sizse and restore them when the app is reopened."
@ -2,8 +2,6 @@
Save window positions and sizse and restore them when the app is reopened.
There are three general methods of installation that we can recommend.