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
feat: add numberOfSecretBytes parameter to Payload and adjust related functionality
Added optional numberOfSecretBytes parameter to the Payload interface to specify the number of authenticator secret bytes (default: 20).
Added the numberOfSecretBytes parameter in the config to use the value from the Payload or fallback to the default.
Adjusted and added corresponding test cases to validate the new parameter and ensure compatibility with existing behavior.
This change provides greater flexibility in configuring the number of secret bytes for the authenticator while maintaining backward compatibility.
0 commit comments