RailsConf 2023 - Go Passwordless with WebAuthn in Ruby by Braulio Martinez

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 3

  • @CodecrafterArtemis
    @CodecrafterArtemis Год назад

    I wonder if this approach has a bit of planned obsolesence stuck to it.
    You'll have to constantly boost encryption algorithms for this to work, would you not? (Just like old versions of SSL are currently advised against)
    This will mean that older devices will eventually be unable to log in with webauthn, due to lacking processing power to generate new keys, or even not receiving related software updates.
    And, in general, would that work with less-powerful devices (i. e., feature phones)?

    • @jameshunt1822
      @jameshunt1822 Год назад

      Newer devices will use attestation key and they are hard coded in the respective mobile device/ laptop processor. That way your pvt key for every other application will be fixed.

  • @chukkasai7653
    @chukkasai7653 Год назад

    It seems like `Welcome to the future`