cedarcode / webauthn-rails-demo-app

Rails app demonstrating a WebAuthn password-less login
https://webauthn.cedarcode.com
Apache License 2.0
99 stars 39 forks source link

refactor: update webauthn-json to v0.3.1 #91

Closed grzuy closed 5 years ago

grzuy commented 5 years ago

webauthn-json now uses base64url instead of base64 (ref: https://github.com/github/webauthn-json/issues/2)

grzuy commented 5 years ago

Ideally we would wait to have end-to-end tests merged before actually consider merging this, so we have this tested by those tests.

grzuy commented 5 years ago

v0.3.1 is out.

grzuy commented 5 years ago

Thanks