Vai al contenuto
WordPress.org

Italia

  • Temi
  • Plugin
  • Notizie
    • Documentazione
    • Forum
  • Info
    • Manifesto
    • Unisciti alla Community
    • Team
    • Manuali
    • Traduci
    • Meetup italiani
    • WordCamp
    • Five for the Future
    • Proposte di lavoro
    • Swag Store
    • Directory delle foto
    • Learn WordPress
    • Openverse
    • Pattern
    • Playground
    • Prova l’editor Gutenberg
    • WordPress.tv
  • Eventi
  • Scarica WordPress
Scarica WordPress
WordPress.org

Plugin Directory

Riverbox Passwordless Login

  • Invia un plugin
  • I miei preferiti
  • Accedi
  • Invia un plugin
  • I miei preferiti
  • Accedi

Riverbox Passwordless Login

Di riverbox
Scarica
  • Dettagli
  • Recensioni
  • Installazione
  • Sviluppo
Supporto

Descrizione

Riverbox replaces passwords with modern, frictionless login. Users sign in with a one-time code, a magic link, a passkey, or their phone number — and new visitors can get an account automatically.

Login methods

  • Email one-time codes — type your address, get a short code, you’re in.
  • Magic links — one-click login links by email; single-use and expiring.
  • Passkeys (WebAuthn) — sign in with a fingerprint, face, or security key. Includes an account page ([riverbox-account]) where users manage their devices. No external services; the WebAuthn ceremony is verified on your own server.
  • Phone one-time codes — SMS login through your own HTTP SMS gateway ({{to}}/{{message}} placeholder templates).
  • Password — classic login can stay available alongside the passwordless methods.

Security

  • Codes stored only as hashes, with expiry, attempt caps, and resend cooldowns.
  • Per-IP and per-identifier rate limiting; responses never reveal whether an account exists.
  • Magic links are single-use and blocked for accounts that require multi-factor login.
  • A delivery log records every code dispatch with the raw gateway response.

Developer friendly

  • REST API under riverbox/v1 (/begin, /verify, passkey endpoints) built on an extensible authentication-factor architecture — every method is a “factor”, and login flows are factor chains.
  • Documented hooks: riverbox_register_factors, riverbox_login_chain, riverbox_otp_sent, riverbox_logged_in, riverbox_login_redirect, riverbox_user_created, plus settings extension points.

Riverbox Pro (sold separately at dontworry2much.com) adds Twilio and WhatsApp Cloud API gateways, social login (Google, Microsoft, Facebook, GitHub, LinkedIn, Discord), and role-based 2FA/3FA login flows.

Privacy

The free plugin does not connect to any external service. Emails go through your site’s own mail system, SMS goes through the gateway you configure, and all data stays in your WordPress database.

Screenshot

The login form with every method enabled: one-time codes (email or phone), magic links, password, passkeys, and social login (Pro).
The login form with every method enabled: one-time codes (email or phone), magic links, password, passkeys, and social login (Pro).
The one-time code verification step after a code has been sent.
The one-time code verification step after a code has been sent.

Installazione

  1. Install and activate the plugin.
  2. Add [riverbox-login] to any page; optionally add [riverbox-account] to a members page for passkey management.
  3. Configure methods, codes, signup behavior, and gateways under Settings → Riverbox.

FAQ

Does this replace my normal WordPress login?

No. Riverbox adds passwordless login wherever you place the shortcode. The standard wp-login.php form keeps working, so you can never lock yourself out.

Can new visitors register through the form?

Yes — enable automatic account creation in settings and choose the role new users receive. Signup works with email and phone codes.

Do passkeys need a third-party service?

No. Registration and verification happen entirely on your server using the WebAuthn standard. Passkeys require HTTPS in production (browsers allow localhost for testing).

How does phone login send SMS?

The free plugin includes a generic HTTP gateway you can point at any SMS provider’s API. Riverbox Pro adds ready-made Twilio and WhatsApp Cloud API integrations.

The code email doesn’t arrive — what do I check?

Email delivery depends on your site’s mail configuration. Check the Riverbox delivery log and consider an SMTP plugin if your host’s default mail is unreliable.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Riverbox Passwordless Login” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori
  • riverbox

Traduci “Riverbox Passwordless Login” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

1.1.1

  • Security: rate limiting is now atomic (single-statement counter on a dedicated table), so concurrent requests can no longer race past the limit.
  • Security: a code’s expiry is fixed at issue time — failed verification attempts can no longer extend its lifetime.

1.1.0

  • New: magic link login (single-use, expiring, blocked for MFA accounts).
  • New: passkey (WebAuthn) login and registration with an account security page.
  • New: phone one-time-code login via a configurable HTTP SMS gateway.
  • New: password as an optional method alongside passwordless login.
  • New: multi-step login chains (foundation for role-based 2FA/3FA in Pro).
  • New: extension hooks for gateways, factors, and settings.

1.0.0

  • Initial release: email one-time-code login and signup, [riverbox-login] shortcode, REST API, delivery log, rate limiting.

Meta

  • Versione 1.1.1
  • Ultimo aggiornamento 2 settimane fa
  • Installazioni attive Meno di 10
  • Versione WordPress 6.4 o superiore
  • Testato fino alla versione 7.0.2
  • Versione PHP 8.1 o superiore
  • Lingua
    English (US)
  • Tag
    authenticationloginotppasskeyspasswordless
  • Visualizzazione avanzata

Valutazioni

Non sono state ancora inviate recensioni.

Your review

Vedi tutte le recensioni

Collaboratori

  • riverbox

Supporto

Hai qualcosa da dire? Ti serve aiuto?

Chiedi nel forum di supporto

  • Chi siamo
  • News
  • Hosting
  • Privacy
  • Vetrina
  • Temi
  • Plugin
  • Pattern
  • Learn (Training)
  • Supporto
  • Sviluppo
  • WordPress.tv ↗
  • Partecipa
  • Eventi
  • Donazioni ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Italia

  • Visita il nostro account X (ex Twitter)
  • Visita il nostro account Bluesky
  • Visita il nostro account Mastodon
  • Visita il nostro account Threads
  • Visita la nostra pagina Facebook
  • Visita il nostro account Instagram
  • Visita il nostro account LinkedIn
  • Visita il nostro account TikTok
  • Visita il nostro canale YouTube
  • Visita il nostro account Tumblr
Code is Poetry.
The WordPress® trademark is the intellectual property of the WordPress Foundation.