You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
There is a typo in the proto file and the graphql endpoint for Webauthn.
Then webauthn standard says that the config requires a relying parties setup (key-value pair), but in our system it was implemented with a typo and expect a relaying parties. It can be confusing in the future for the customers.
kilimandzsaro
changed the title
Bug: Update Go SDK using the newest proto file (Step 4)
Update Go SDK using the newest proto file (Step 4)
Aug 15, 2022
Description:
There is a typo in the proto file and the graphql endpoint for Webauthn.
Then webauthn standard says that the config requires a relying parties setup (key-value pair), but in our system it was implemented with a typo and expect a relaying parties. It can be confusing in the future for the customers.
We have the https://github.com/indykite/jarvis-backlog/issues/1475 bug and we renamed the field with the typo and the proto file was updated, therefore need to update the SDK to use the new name.
TODO:
The text was updated successfully, but these errors were encountered: