smorks / keepassnatmsg

KeePass plugin to expose credentials securely to a browser using Native Messaging
GNU General Public License v3.0
268 stars 25 forks source link

Prioritize legacy totp generation to provide correct totp for steam (keetray totp plugin) #75

Closed yusei36 closed 2 years ago

yusei36 commented 2 years ago

I have found an issue since the last update, that the totp for Steam generated by the KeeTray plugin was not correctly provided to the browser extension. With a few changes I have fixed this issue. In my changes I prioritized the legacy totp generation from plugins and also use the legacy totp generation for the recently added get-totp service method.