Deprecation From U2F API to WebAuthn

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • python-u2flib-server

    Discontinued Python based U2F server library

  • We’ll be using Python for the backend APIs. The U2F API sequence (left) is very similar to the WebAuthn sequence (on the right). We simply have to replace three API calls: u2f.start_authentication() and u2f.finish_authentication() in the backend, and u2f.sign() in the frontend.

  • python-fido2

    Provides library functionality for FIDO 2.0, including communication with a device over USB.

  • To start the migration process, let’s first replace u2f.start_authentication() with its counterpart. The data types that the WebAuthn API takes are not quite the same ones used in U2F API. In fact, one of the main pain points was converting the necessary fields into the correct data type.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • node-cbor

    Encode and decode CBOR documents, with both easy mode, streaming mode, and SAX-style evented mode.

  • Once the registration data is received by the browser, we convert the string into a buffer and decode it with this library. This gives us the data that will be used as the input parameter of navigator.credentials.create():

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Discord Rolled Out Yubikeys for All Employees

    3 projects | news.ycombinator.com | 6 Aug 2023
  • Yubikey for GPG on Void Linux

    2 projects | /r/yubikey | 6 Mar 2023
  • Measure to increase security of portfolio accounts

    1 project | /r/financialindependence | 22 Jan 2023
  • Good to see rubygems.org introduce hardware security token & Passkey support

    1 project | /r/ruby | 21 Dec 2022
  • All You Need to Know FIDO2 & Passwordless Authentication

    2 projects | dev.to | 13 Dec 2022