WordPress.org

Español (México)

  • Temas
  • Plugins
  • Noticias
    • Documentación
    • Foros
  • Acerca de
    • Learn WordPress
    • Documentación
    • WordPress.tv
    • Meetups
    • Equipo
    • Colabora
  • Consigue WordPress
Consigue WordPress
WordPress.org

Plugin Directory

Sign In With Socials (Google, Apple, Microsoft)

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

Sign In With Socials (Google, Apple, Microsoft)

Por Puvox Software
Descargar
  • Detalles
  • Opiniones
  • Instalación
  • Desarrollo
Soporte

Descripción

Allow users to login with Google/Microsoft/Apple accounts. Lightweight, no bloatware packages included.
Useful for sites that need a quick way for their users to sign-in.

Available Options

See all available options and their description on plugin’s settings page. Here are some of them:
* Show/Hide the “Sign In with” button on the login form
* If a user is not already registered, during sign-in an account can be created for that email address (aliases are not allowed by default)
* If a user is already logged in to target social provider, they will be automatically redirected without much fuss
* Restrict users to be coming from only specific domain(s)
* Connect existing user accounts.
* WP-CLI available! See /src/includes/class-wp-cli.php header for supported list.
* One redirect-back link https://YOURDOMAIN.TLD/_AUTH_RESPONSE_SIWE_ for all providers.

Programmatic access

Public functions:
* siwe_authenticate_user($code, $state, $error = null)
* siwe_get_auth_url()
* siwe_get_buttons()

Hooks:
* dozens of hooks, look into any source file to find out specific part

Capturas

  • The login form with the “Sign in with” button added.
  • This is the second screen shot

Instalación

A) Enter your website “Admin Dashboard > Plugins > Add New” and enter the plugin name
or
B) Download plugin from WordPress.org, Extract the zip file and upload the container folder to “wp-content/plugins/”

Preguntas frecuentes

Where can I get a Client ID & Secret for Google?

You will need to sign in to the Google Developer Console

  1. Go to the API Console.
  2. From the projects list, select a project or create a new one.
  3. If the APIs & services page isn’t already open, open the console left side menu and select APIs & services.
  4. On the left, click Credentials > New > OAuth client ID.

Where can I get a Client ID & Secret for Microsoft ?

These resources would help:

  • Azure Portal
  • Publisher verification: overview and partner portal
  • authentication-oauth-register
  • faq – 2fa

Where can I get a Client ID & Secret for Apple ?

These resources would help:

  • Developer Center
  • How to generate keys
  • team id && key id
  • Youtube videos: 1 or 2 or 3 or 4

[Apple only] workaround for localhost

Apple Sign In service does not work with localhost, http or IP-only domains, so if you develop on local host, so follow below steps:

STEP 1
instead of localhost you will need to invent some placeholder domain (anything except example.com) e.g. site.com and use that domain instead of localhost in Apple Redirect-Back urls. Then, to redirect site.com to your localhost, use either (A) or (B) choice:
– (A) Use redirection extension (like this or others) in browser to redirect queries from site.com to localhost, and then jump to STEP 2 below.
or
– (B) Add virtual local domain name e.g. site.com (except example.com) pointing to 127.0.0.1. See the 1-3 lines about “How to setup virtual host”: https://gist.github.com/ttodua/b5f54429c00dad6e052b6ccbda08dcb0#file-readme-md . However, if you are not able to change your wordpress installation domain from localhost at this moment, then use this code from STEP 2

STEP 2
Add this code somewhere (eg. functions.php) to replace the redirect back url for Apple specifically:
add_filter(‘siwe_redirect_back_uri’, function ($url, $provider) { return ($provider === ‘apple’ ? ‘https://site.com/AUTH_RESPONSE_SIWE‘ : $url); }, 10, 2);

Notes about 3rd party services

  • This plugin relies on external services, namely:
    • Google Sign In service: View service description and terms. To revise the connected services, visit here.
    • Microsoft Identity services: View service description and terms. To revise the connected services, visit here or here
    • Apple Sign In services: View service description. To revise the connected services, visite here
    • Also uses some composer vendor dependencies, which are beyong our monitoring or control.

Github

  • Active plugin development is handled on Github. Bugs and issues will be tracked and handled there.

Todo

  • account-id based duplicate detection

Reseñas

initial version works as expected

ttodua 9 de octubre de 2024
initial version works as expected
Leer toda la 1 reseña

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores
  • Puvox Software
  • ttodua

Traduce “Sign In With Socials (Google, Apple, Microsoft)” 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

  • Pushed a completely reorganized version with dozens of changes

1.0.0

  • Initial Release (plugin based on https://github.com/tarecord/sign-in-with-google )

Meta

  • Versión 1.4.41
  • Última actualización hace 1 mes
  • Instalaciones activas 30+
  • Versión de WordPress 6.0 o superior
  • Probado hasta 6.7.2
  • Versión de PHP 7.0 o superior
  • Idioma
    English (US)
  • Etiquetas:
    applegoogleloginmicrosoftregister
  • Vista avanzada

Valoraciones

5 de 5 estrellas.
  • 1 valoración de 5 estrellas 5 estrellas 1
  • 0 valoraciones de 4 estrellas 4 estrellas 0
  • 0 valoraciones de 3 estrellas 3 estrellas 0
  • 0 valoraciones de 2 estrellas 2 estrellas 0
  • 0 valoraciones de 1 estrellas 1 estrella 0

Añadir mi reseña

See all reviews

Colaboradores

  • Puvox Software
  • ttodua

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

Español (México)

  • Visita nuestra cuenta de X (anteriormente Twitter)
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visita nuestra página de Facebook
  • Visita nuestra cuenta de Instagram
  • Visita nuestra cuenta de LinkedIn
  • Visit our TikTok account
  • Visita nuestro canal de YouTube
  • Visit our Tumblr account
El código es poesía.