Nitrokey / pynitrokey

Python client for Nitrokey devices
Apache License 2.0
93 stars 28 forks source link

Allow different credential types under same secret #430

Closed jasuarez closed 10 months ago

jasuarez commented 10 months ago

If I add a let's say Password Safe Credential under Foo secret name, and later add OTP under the same Foo secret name, the Password Safe Credential is lost. And the other way around.

It would be great if we could re-use the same name to store different credential types, like password and otp

szszszsz commented 10 months ago

This should be possible starting from Nitrokey 3 v1.6.0. See details at:

Closing this ticket as a duplicate of https://github.com/Nitrokey/pynitrokey/issues/402.