-
Notifications
You must be signed in to change notification settings - Fork 3
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
Rethinking "Card Activation" #766
Comments
Aus nicht-technischer Sicht eine sinnvolle Erweiterung. |
Macht definitiv Sinn. Hab mich schon gefragt wie wir verhindern wollen, dass sonst eine Karte mehrmals aktiviert wird :) |
Und vermutlich macht es Sinn Schritt 3 dann irgendwann mit so einem ping-pong zu implementieren á la |
@sarahsporck Thanks for the input. That's a good extension. The I removed the blocked tag. I think we should implement this now. |
Sounds all good!
Should we create a seprate task for this though? It involves some UI which maybe delays how quickly we can implement this. |
Yes, we should. We should keep this in mind when implementing though (and probably add the |
Yes that sounds like a plan! |
We could name that flag maybe |
Should Nuernbergs |
Yes, this proposal will not change the static qr codes. |
I prefer |
Das Issue diskutiert einen Vorschlag wie wir den Vorgang "Karte aktivieren" ändern können, um
a) sicherzustellen, dass nur maximal ein Gerät (oder eine konfigurierbare maximale Anzahl an Geräten) über eine aktivierte Karte verfügt.
b) eine bessere Kontrolle über aktivierte Karten zu erhalten. (Wir können merken, ob eine Karte "zu" häufig aktiviert wird)
[ c) den Vorgang "Karte aktivieren" strukturell trennen vom Verifizieren ]
Status Quo
Vorschlag
Der Vorschlag sieht vor:
Durch Schritt 3. werden bereits aktivierte Apps automatisch "deaktiviert", da ihr TOTP-Secret "nicht mehr aktuell" ist.
Wir könnten außerdem das Konzept "CardActivation" einführen: Eine erfolgreiche Aktivierung einer Karte in einer App. (Und etwa Card~CardActivation zu einer 1:n Beziehung machen).
Nachteile / Konsequenzen
Aufwandsschätzung
Könnte in einem einzigen PR umsetzbar sein.
Nötige Stellschrauben:
The text was updated successfully, but these errors were encountered: