Bye Bye Passwords

Enable passwordless authentication for WordPress using WebAuthn/Passkeys. More secure, more convenient.

2 database tables

Table NameDescriptionMethod
wp_byebyepw_passkeysStores byebyepw passkeys data created by this plugin.Static
wp_byebyepw_recovery_codesStores byebyepw recovery codes data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:byebyepw_db_versionOption key:byebyepw_settings
wp_usermeta
User meta