constantoine / totp-rs

RFC-compliant TOTP implementation with ease of use as a goal and additionnal QoL features.
https://crates.io/crates/totp-rs
MIT License
167 stars 20 forks source link

Adding support for parsing URL of `otpauth-migration` #70

Open NMZ0429 opened 1 month ago

NMZ0429 commented 1 month ago

Summary

Possible Implementation

constantoine commented 1 month ago

Hi! I am trying to understand what the scenario for a migration would be like here, would you be willing to give some kind of user story behind this?

constantoine commented 1 month ago

Update: found resources for this here

Having to parse a proto message defo seems pretty heavy addition. I can now see the eventual demand, but this seems like possibly quite a bit of additional dependency for something that could be done outside of the scope of this lib