Skip to content
#

WebAuthn

WebAuthn is a web standard published by the World Wide Web Consortium (W3C) to standardize an interface for authenticating users to web-based applications and services using public-key cryptography.

Here are 161 public repositories matching this topic...

evert
evert commented Apr 3, 2019

Currently all sessions are stored in a memory-engine, which means:

  1. If the server restarts, all sessions expire.
  2. If multiple servers are started, they can't share sessions

As big step forward, we would want to store sessions in MySQL.

This means a new 'storage engine' will have to be written for this session data. This should be done in this github project:

https://github.com/cur

Created by W3C

Released 2019

Website
www.w3.org/TR/webauthn
Wikipedia
Wikipedia

Related Topics

authentication ctap fido fido2 u2f