-
Notifications
You must be signed in to change notification settings - Fork 276
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
[authenticator] tauri-plugin-authenticator depends on u2f, which might break #411
Comments
actively developed? No I'll keep an eye on the u2f PR you guys opened. If it won't get merged, we will think of another way (forking it, pinning chrono, rewriting the plugin, deprecating the plugin, or whatever else) so as far as i am concerned the plugin should not be a blocker for the chrono change. |
@FabianLars thanks for the prompt response! |
Hello, any news here? |
For now it should be enough to add this to the dependencies in your Cargo.toml file chrono = "<=0.4.29" We're still a bit unsure what to do with the plugin because we're unhappy with it's current state in general. As a short term solution we may just add that to the readme too. In the longer term we (or someone from the community) can give it the love it deserves and rewrite it, probably using 0.4 of https://crates.io/crates/authenticator |
I noticed that tauri-plugin-authenticator recently appeared on crates.io. Is this code actively being developed/used? It depends on the u2f crate, which itself doesn't seem to be getting any more development. I am the lead maintainer for chrono and we're considering making some changes that might break the 0.2 version of the u2f crate. Because tauri-plugin-authenticator recently appeared on crates.io (it looks like this might have been due to #402?) I was worried that this code is being actively developed, but based on this repository's history, it doesn't look like that's the case.
The text was updated successfully, but these errors were encountered: