Voting for next features #62
Replies: 4 comments 6 replies
|
Also maybe add a feature where, instead of having options for either parallel or sequential trying of the authentication methods until one succeeds, you can choose to have multiple required methods of authentication, e.g., you need face AND fingerprint or fingerprint AND PIN, etc. |
|
I'm not sure but doing a quick GitHub search for I'm not sure if the refactoring would be difficult (since both projects are written in Python): The first one has the most stars and is much better documented but may be harder to refactor to C++ considering there is also the face authentication component in the code. |
|
@phucvinh57 Is there some sort of roadmap or timeline when we will implement these features |
|
I've been looking into Biopass as a Windows Hello alternative for Linux Mint, and I think it has great potential. While exploring how to integrate it properly, I came across an interesting reference point: the PAM approach used by Fingwit, Linux Mint's new fingerprint authentication tool. Current Biopass PAM setup According to The README itself warns this may crash sudo — which suggests the current PAM integration is still in an early state. How Fingwit handles it Fingwit uses a smarter PAM control flow that gracefully falls back to password authentication when biometrics are unavailable: This approach works seamlessly with the Cinnamon Screensaver, GDM, sudo and pkexec — without requiring any changes to those applications. It also ships a The idea Would it make sense for Biopass to adopt a similar pattern? Concretely, I'm wondering about:
I'm not a PAM expert, so I may be missing something here — but the Fingwit approach seems like a proven blueprint that has been accepted by the Linux Mint team. Biopass adopting the same pattern would make it a natural companion: covering face recognition where fprintd/Fingwit stops, while integrating cleanly into the same PAM stack. Happy to hear your thoughts on whether this is feasible or if there are technical reasons the current approach was chosen. |
Uh oh!
There was an error while loading. Please reload this page.
After considering the voice authentication feature carefully, we realized that it is unstable and complex to implement. The input is highly dependent on microphone quality and environmental conditions. Therefore, we will not move forward with it.
However, we received recommendations from community, which are interested:
18 votes ·
All reactions