/wp-sqrl

SQRL WordPress Plugin

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

SQRL WordPress Plugin Build Status

A WordPress plugin that implements the SQRL login system as presented by Steve Gibson.

Initial Plugin Thoughts

  1. Can we use the WordPress built-in nonce functionality to generate the SQRL nonce?
  2. What libraries will we need to implement the server side crypto & key verification?
  3. What user meta fields will we need to store the public key?
  4. How will we create users on-the-fly without an email address prior to logging in?