We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IN PROGRESS
User changes the PIN code
If user updates his PIN code, wallet must request the wallet provider back end to update the PIN code in the user data base.
Check the flow https://swimlanes.io/u/Rt5vg-FWI
POST /update-pin HTTP/1.1 Host: wallet-provider.talao.co Authorization: Bearer <token> DPoP: eyljkglkjglkjglkjkjhljkhlhh Content-Type: 'application/x-www-form-urlencoded' salted_pin_code = "kjhgkjhgjhg"
the salted_pin_code is the new one.
The wallet provider back end updates its user base with the new salted_pin_code.
The text was updated successfully, but these errors were encountered:
ThierryThevenet
No branches or pull requests
IN PROGRESS
User changes the PIN code
If user updates his PIN code, wallet must request the wallet provider back end to update the PIN code in the user data base.
Check the flow https://swimlanes.io/u/Rt5vg-FWI
same as previously
same as previously with 3 trials maximum
with DPoP built and signed as previously
the salted_pin_code is the new one.
The wallet provider back end updates its user base with the new salted_pin_code.
The text was updated successfully, but these errors were encountered: