An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

spec: update hash result with new default iterations

+1 -1
+1 -1
spec/identity_spec.rb
··· 109 109 110 110 (u = User.find_by_email("nobody4@example.com")).wont_be_nil 111 111 u.uuid.wont_be_nil 112 - u.password_hash.must_equal "PGC1vNJZUL3z5wTKAgpXsODf6KzIPcr0XCzTplceXQU=" 112 + u.password_hash.must_equal "uQOY5dffPoKCueMu3cMXl2KOL52NerIQlwCEpQ6mW6s=" 113 113 114 114 post "/api/accounts/prelogin", { 115 115 :email => "nobody4@example.com",