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
* make getMD5HashWithSalt
* add tests
* Export saltedHasher
* Fix tests
* Alter test to use obfuscated file
* Change branch name for test data
* Get all the tests to pass
* Make more obvious that the salt was decoded
* Switch to using appendBinary for the salt
* Clean up
* Include salt in convenience method for setting precomputed flag store
* Add a helper to convert context attributes to subject attributes
* Change default to isObfuscated since we expect the precomputed api to mainly be used by clients
* v4.7.1-alpha.0
* Revert "v4.7.1-alpha.0"
This reverts commit b81175f.
* v4.7.0-alpha.0
* Switch to initializing the client with an options object
* Make response data not optional
* precomputedFlag variable casing
* update hashing
* fix lint
* handoff and address comments
* bump version
* Inf is a numeric attribute too
* Remove unnecessary public methods
* Remove more unnecessary functions
* Add to exported interfaces
* Update src/interfaces.ts
Co-authored-by: Oleksii Shmalko <[email protected]>
* Update src/attributes.ts attributes is ContextAttributes
Co-authored-by: Oleksii Shmalko <[email protected]>
* Remove redundant 'subjectAttributes as ContextAttributes'
* Also print error if store is missing salt
* Remove buildContextAttributes
* v4.8.0-alpha.0
---------
Co-authored-by: Ty Potter <[email protected]>
Co-authored-by: Leo Romanovsky <[email protected]>
Co-authored-by: Oleksii Shmalko <[email protected]>
0 commit comments