-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the documentation of the new method of biometric plugin #3182
base: v2
Are you sure you want to change the base?
Conversation
Inserting the documentation of the new biometricCipher() method. See tauri-apps#2454 and tauri-apps#2306.
✅ Deploy Preview for tauri-v2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Solving some formatting issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ae, thanks for this. Have you tested this code yourself?
awaiting tauri-apps/plugins-workspace#2454 |
Yes. I've started working on this because I needed the feature for one of my apps. So, during the development time, I was testing it directly on my app or in a purpose built test app. Anyway, It's a good idea to have someone else checking it. Or at least the API changes, just to ensure it's not too opinionated :-) |
Co-authored-by: Vitor Ayres <[email protected]>
Description
Adding documentation on how to use the new method of the biometric plugin,
biometricCipher()
.