-
Notifications
You must be signed in to change notification settings - Fork 98
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
Feat/external auth #163
Feat/external auth #163
Conversation
Apart from the change in the simulator, the rest lgtm. |
558aad6
to
030ca79
Compare
it returns true when an RFID card tapped before plugging in | ||
and authorization is successful afterwards. | ||
Relevant for: | ||
- DIN SPEC 70121 | ||
- ISO 15118-2 | ||
- ISO 15118-20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not only RFID as it can be a pin code authentication. Is better that we say " it returns true when an external authentication attempt is successful (eg RFID, pin code, ...) and false otherwise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
fd63fe0
to
70ea999
Compare
it is removed Contract from the PaymentOptionsList when external authorization is done.