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

Fix circular require warning #389

Closed bdewater closed 1 year ago

bdewater commented 1 year ago

This is a leftover from the initial implementation of supporting multiple relying party configurations, when the relying_party keyword argument in this file called RelyingParty.new instead of using the Configuration object.

Closes #388