cedarcode / webauthn-ruby

WebAuthn ruby server library ― Make your Ruby/Rails web server become a conformant WebAuthn Relying Party
https://rubygems.org/gems/webauthn
MIT License
644 stars 51 forks source link

base64 cleanup needed: U2fMigrator still calls Base64 methods, and a require exists #422

Open olleolleolle opened 6 months ago

olleolleolle commented 6 months ago

I think there's something missing here. The require in the file is still present, and U2fMigrator still calls base64 methods.

Originally posted by @Earlopain in https://github.com/cedarcode/webauthn-ruby/issues/402#issuecomment-1934007745