openwallet-foundation-labs / identity-credential

Apache License 2.0
149 stars 76 forks source link

Use PassphraseEntryField for German EID card #655

Closed davidz25 closed 4 days ago

davidz25 commented 1 week ago

We are currently using TextField for the German eID card and that UI/UX is suboptimal. For better UI/UX, we should use PassphraseEntryField with PassphraseConstraints.PIN_SIX_DIGITS. This works because the PIN is guaranteed to be exactly six numerical digits on German eID cards.