Closed MasterKale closed 10 months ago
This PR updates generateRegistrationOptions() to treat string arguments for challenge as UTF-8 strings. This makes the behavior consistent with generateAuthenticationOptions().
generateRegistrationOptions()
string
challenge
generateAuthenticationOptions()
Fixed #503.
This PR updates
generateRegistrationOptions()
to treatstring
arguments forchallenge
as UTF-8 strings. This makes the behavior consistent withgenerateAuthenticationOptions()
.Fixed #503.