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
(optional) `challenge`: A byte sequence for the authenticator to return back in its response. If no value is specified then a sequence of random bytes will be generated.
Since this is a binary value that must be stored on the server, it would be really useful to know what size to allocate in a DB column.
(I know I can work around this by specifying the challenge, but it would be useful to know how to handle the defaults.)
The text was updated successfully, but these errors were encountered:
I can't find documentation of the number of bytes (or at least a maximum) at:
py_webauthn/webauthn/registration/generate_registration_options.py
Line 67 in 494373e
Since this is a binary value that must be stored on the server, it would be really useful to know what size to allocate in a DB column.
(I know I can work around this by specifying the challenge, but it would be useful to know how to handle the defaults.)
The text was updated successfully, but these errors were encountered: