Saltar al contenido
WordPress.org

Colombia

  • Temas
  • Plugins
  • Noticias
  • Acerca de
  • Participa
  • Contacto
  • Meetups
  • Consigue WordPress
Consigue WordPress
WordPress.org

Plugin Directory

G-SSO Wallet Authenticator

  • Envía un plugin
  • Mis favoritos
  • Acceder
  • Envía un plugin
  • Mis favoritos
  • Acceder

G-SSO Wallet Authenticator

Por go2glory
Descargar
  • Detalles
  • Valoraciones
  • Instalación
  • Desarrollo
Soporte

Descripción

G-SSO Wallet Authenticator enables passwordless authentication for your WordPress site using cryptocurrency wallets. Users can authenticate with MetaMask, Coinbase Wallet, Rainbow, and other popular web3 wallets.

Features

  • Passwordless Authentication – Users authenticate using their crypto wallet signature
  • Multiple Wallets – Supports MetaMask, Coinbase Wallet, Rainbow, and more
  • QR Code Support – Mobile wallet users can scan QR codes to authenticate
  • Shortcode Support – Add wallet authentication button anywhere with [gsso_login]
  • Flexible Placement – Use on any page, post, or login form
  • Secure Authentication – Uses cryptographic signatures for verification
  • WooCommerce Compatible – Works with WooCommerce via shortcode
  • No External Dependencies – All libraries bundled locally (WordPress.org compliant)

How It Works

  1. User clicks “Connect Wallet” button
  2. User selects their preferred wallet (MetaMask, Coinbase, etc.)
  3. User signs a verification message in their wallet
  4. Plugin verifies the signature and authenticates user
  5. User’s wallet address is linked to their WordPress account

Requirements

  • WordPress 5.8 or higher
  • PHP 7.4 or higher
  • G-SSO API credentials (Client ID and Client Secret)

External Services

This plugin connects to external services to provide wallet authentication functionality. All connections use HTTPS encryption.

G-SSO Authentication API

Service Provider: G-SSO Authentication Service
Service URL: https://g-sso.com
Purpose: Verifies cryptographic signatures from cryptocurrency wallets to authenticate users

Data Sent:
* Wallet address (public blockchain information)
* Cryptographic signature (for verification only)
* Timestamp (to prevent replay attacks)
* Chain ID (blockchain network identifier)

When Data is Sent:
Only when a user clicks “Connect Wallet” and signs the authentication message in their wallet.

Privacy Policy: https://g-sso.com/privacy
Terms of Service: https://g-sso.com/terms

Legal Basis:
G-SSO is operated by Go2Glory Ltd. Wallet addresses are public blockchain data and do not constitute personal information under GDPR. No personally identifiable information (PII) is collected without explicit user consent.

QR Code Generation Service

Service Provider: goQR.me / QRServer.com
Service URL: https://api.qrserver.com
Documentation: https://goqr.me/api/
Purpose: Generates QR codes for mobile wallet authentication

Data Sent:
* Temporary authentication URL (session link with no personal data)
* QR code styling parameters (size: 160×160 pixels, color: #667eea)

When Data is Sent:
Only when the wallet connection modal is displayed and user is on a mobile device. QR codes are generated on-demand for that session only.

Privacy Policy: https://goqr.me/privacy-safety-security
Terms of Service: https://goqr.me/legal/tos-api.html

Data Protection:
QR codes contain only temporary session URLs that expire after use. No personal or sensitive information is transmitted. The session URL is a one-time-use token that becomes invalid after authentication completes.

Data Protection Summary

  • HTTPS Encryption: All external connections use SSL/TLS encryption
  • Public Data Only: Wallet addresses are public blockchain information
  • No PII Collection: No names, emails, or personal data required
  • Temporary Sessions: Authentication URLs expire after single use
  • GDPR Compliant: Minimal data collection by design
  • User Control: Users control wallet access via their wallet application

Third-Party Libraries

This plugin includes the following third-party libraries, bundled locally for WordPress.org compliance:

React 18.2.0

  • License: MIT
  • Source: https://reactjs.org/
  • Purpose: UI framework for wallet selection modal
  • Files: public/js/vendor/react.min.js

ReactDOM 18.2.0

  • License: MIT
  • Source: https://reactjs.org/
  • Purpose: React DOM rendering
  • Files: public/js/vendor/react-dom.min.js

G-SSO SDK

  • License: MIT
  • Source: https://github.com/g-sso/sdk
  • Purpose: Wallet detection and authentication flow
  • Files: assets/js/gsso.umd.js
  • Note: This is a compiled UMD bundle (not obfuscated code)

Important: All libraries are bundled within the plugin. No external network requests are made to CDNs.

Privacy Policy

This plugin stores the following user data in your WordPress database:

  • Wallet addresses (Ethereum addresses, 42 characters)
  • Chain type (e.g., “ethereum”)
  • Last login timestamp
  • User ID association

This data is stored locally in the wp_gsso_wallet_users table.

External Connections:

This plugin connects to the G-SSO API (https://g-sso.com) for wallet signature verification. See the “External Services” section above for complete details on data transmission, privacy policies, and terms of service.

Data Retention:
* User data is deleted when the plugin is uninstalled
* Individual wallet associations can be removed from user profile

User Rights:
Users can disconnect their wallet at any time from their WordPress profile, which removes the wallet-to-account association from your database.

For complete privacy details, see:
* G-SSO Privacy Policy: https://g-sso.com/privacy
* QRServer Privacy Policy: https://goqr.me/legal/tos-api.html

Support

For support, please visit:

  • Support Portal: https://g-sso.com/contact
  • Documentation: https://g-sso.com/docs
  • Email: support@go2glory.com

Development

Shortcode

[gsso_login] - Displays the wallet authentication button

Usage Examples:

In any page or post:
[gsso_login]

In PHP template files:

In WooCommerce My Account page:
[gsso_login]

Credits

Developed by Go2Glory Ltd
Website: https://g-sso.com

Capturas

Bloques

Este plugin proporciona 1 bloque.

  • G-SSO Wallet Login Add a wallet login button anywhere on your site

Instalación

Automatic Installation

  1. Go to WordPress Admin → Plugins → Add New
  2. Search for “G-SSO Wallet Authenticator”
  3. Click “Install Now”
  4. Click “Activate”

Manual Installation

  1. Download the plugin zip file
  2. Go to WordPress Admin → Plugins → Add New → Upload Plugin
  3. Choose the zip file and click “Install Now”
  4. Click “Activate Plugin”

Configuration

  1. Go to WordPress Admin → Settings → G-SSO Settings
  2. Enter your G-SSO API credentials from https://g-sso.com
  3. Enter your Client ID
  4. Enter your Client Secret
  5. Click “Test Connection” to verify
  6. Click “Save Settings”

Usage

Using Shortcode (Recommended):
Add [gsso_login] to any page or post to display the wallet authentication button.

On Login Page:
Enable “Show on Login Page” in settings to automatically add button to wp-login.php

On Register Page:
Enable “Show on Register Page” in settings to automatically add button to registration page

For WooCommerce:
Add [gsso_login] shortcode to your WooCommerce “My Account” page or checkout page

Custom Placement:
Use the shortcode anywhere you need wallet authentication

FAQ

Do users need cryptocurrency to use this?

No. Users only need a cryptocurrency wallet installed (like MetaMask browser extension). They don’t need to own any cryptocurrency to authenticate.

What wallets are supported?

  • MetaMask (Desktop & Mobile)
  • Coinbase Wallet
  • Rainbow Wallet
  • Trust Wallet
  • And any wallet that supports signing messages

Is this secure?

Yes. The plugin uses cryptographic signature verification, which is the same technology used for cryptocurrency transactions. Users never share their private keys.

What happens if a user loses access to their wallet?

Users can still use traditional WordPress password reset. We recommend users set up an email address in their profile for account recovery.

Does this work with WooCommerce?

Yes. Add the [gsso_login] shortcode to your WooCommerce “My Account” page or any checkout page to enable wallet authentication for customers.

Can I customize the button appearance?

Yes. Go to Settings → G-SSO Settings to customize button text, position, and display options.

Where do I get API credentials?

Visit https://g-sso.com to create a free account and obtain your Client ID and Client Secret.

Is this GDPR compliant?

Yes. Wallet addresses are public blockchain data and do not constitute personal information under GDPR. The plugin collects minimal data by design.

What if I don’t have a wallet?

Creating a wallet takes 2 minutes at MetaMask.io (free). Or you can continue using traditional email/password authentication.

Can I use this on multiple pages?

Yes. Add the [gsso_login] shortcode to any page, post, or custom post type.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«G-SSO Wallet Authenticator» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores
  • go2glory

Traduce «G-SSO Wallet Authenticator» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.1 – 2026-02-24

  • Fixed: API response field extraction for wallet address and chain type
  • Fixed: Token verification now correctly reads user data from API response structure
  • Fixed: Resolved “Undefined array key” warnings in authentication flow
  • Changed: Plugin name updated to “G-SSO Wallet Authenticator”

1.0.0 – 2026-02-04

  • Fixed: Removed optional WooCommerce integration module for simplified codebase
  • Improved: External services documentation with complete Terms and Privacy links
  • Updated: Gutenberg block apiVersion to 3 for WordPress 7.0+ compatibility
  • Added: Comprehensive External Services section per WordPress guidelines
  • Added: Bundled React libraries locally (WordPress.org compliance)
  • Added: LICENSE file
  • Added: Documentation for gsso.umd.js
  • Added: priteshg2g as plugin contributor
  • Note: WooCommerce compatibility maintained via shortcode [gsso_login]

1.0.0 – 2026-01-15

  • Initial release
  • Wallet authentication with signature verification
  • Support for multiple wallet providers
  • QR code support for mobile wallets
  • Shortcode support: [gsso_login]
  • Admin settings panel
  • Auto-injection on wp-login.php (optional)
  • Auto-injection on wp-register.php (optional)

Meta

  • Versión 1.0.1
  • Última actualización hace 1 semana
  • Instalaciones activas Menos de 10
  • Versión de WordPress 5.8 o superior
  • Probado hasta 6.9.1
  • Versión de PHP 7.4 o superior
  • Idioma
    English (US)
  • Etiquetas
    authenticationcryptologinwalletweb3
  • Vista avanzada

Valoraciones

Aún no se han enviado valoraciones.

Añadir mi reseña

Ver todos los comentarios

Colaboradores

  • go2glory

Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

Ver el foro de soporte

  • Acerca de
  • Noticias
  • Hosting
  • Privacidad
  • Escaparate
  • Temas
  • Plugins
  • Patrones
  • Aprender
  • Soporte
  • Desarrolladores
  • WordPress.tv ↗
  • Involúcrate
  • Eventos
  • Donar ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Colombia

  • Visita nuestra cuenta de X (anteriormente Twitter)
  • Visita nuestra cuenta de Bluesky
  • Visita nuestra cuenta de Mastodon
  • Visita nuestra cuenta de Threads
  • Visita nuestra página de Facebook
  • Visita nuestra cuenta de Instagram
  • Visita nuestra cuenta de LinkedIn
  • Visita nuestra cuenta de TikTok
  • Visita nuestro canal de YouTube
  • Visita nuestra cuenta de Tumblr
El código es poesía
The WordPress® trademark is the intellectual property of the WordPress Foundation.