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.

activate_totp: change issuer to rubywarden

+1 -1
+1 -1
tools/activate_totp.rb
··· 57 57 end 58 58 59 59 totp_secret = ROTP::Base32.random_base32 60 - totp = ROTP::TOTP.new(totp_secret, :issuer => "bitwarden-ruby") 60 + totp = ROTP::TOTP.new(totp_secret, :issuer => "rubywarden") 61 61 totp_url = totp.provisioning_uri(username) 62 62 63 63 qrcode = RQRCode::QRCode.new(totp_url)