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
649 stars 53 forks source link

Update RelyingParty documentation #371

Closed Vuta closed 1 year ago

Vuta commented 1 year ago

context

The correct method for RelyingParty is options_for_registration, but it's options_for_create in the document. This PR fixes the typo

bdewater commented 1 year ago

Thank you!