Skip to content

Commit 36b6a1f

Browse files
committed
Cleanups
1 parent 1b11d70 commit 36b6a1f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
# Tauri Plugin Biometry
66

7-
A Tauri plugin for biometric authentication (Touch ID, Face ID, fingerprint, etc.) on macOS, iOS, and Android.
7+
A Tauri plugin for biometric authentication
8+
(Touch ID, Face ID, fingerprint, etc.) on macOS, iOS, and Android.
89

910
## Features
1011

@@ -235,7 +236,8 @@ Common error codes returned by the plugin:
235236
- All secure data is stored in the system keychain (iOS) or Android Keystore
236237
- Data is encrypted and can only be accessed after successful biometric authentication
237238
- The plugin follows platform-specific security best practices
238-
- Consider implementing additional application-level encryption for highly sensitive data
239+
- Consider implementing additional application-level encryption
240+
for highly sensitive data
239241

240242
## Contributing
241243

@@ -247,4 +249,5 @@ This project is licensed under the MIT License.
247249

248250
## Acknowledgments
249251

250-
Built with [Tauri](https://tauri.app/) - Build smaller, faster, and more secure desktop applications with a web frontend.
252+
Built with [Tauri](https://tauri.app/) - Build smaller, faster
253+
and more secure desktop applications with a web frontend.

0 commit comments

Comments
 (0)