1Password / onepassword-sdk-go

https://developer.1password.com/docs/sdks/
MIT License
52 stars 5 forks source link

Inject zxcvbn time function #115

Closed hculea closed 3 months ago

hculea commented 3 months ago

In order to leverage the custom WASM import introduced in zxcvbn in https://github.com/shssoichiro/zxcvbn-rs/pull/83, the Go SDK is also required to export a function returning the UNIX milliseconds under the zxcvbn namespace.

This is required for correctly calculating the password strength in the SDK core.