kasparsd/sign-in-with-apple

There is no license information available for the latest version (0.1.0) of this package.

A WordPress plugin for adding the Signin with Apple

Installs: 92

Dependents: 0

Suggesters: 0

Security: 0

Stars: 49

Watchers: 7

Forks: 5

Open Issues: 4

Type:wordpress-plugin

0.1.0 2019-06-09 10:51 UTC

This package is auto-updated.

Last update: 2024-04-09 21:09:44 UTC


README

A WordPress plugin to configure and enable Sign In with Apple for existing WordPress users.

Important: This pugin is currently work in progress! Please don't use it on production sites.

Requirements

  • Apple Developer Account ($99 per year) for registering your site with Apple.

  • Configured Sign In with Apple for the web -- new or existing App ID for iOS or macOS with "Sign In with Apple" capability enabled and a Service ID (such as com.yourdomain.signinwithappleplugin) with "Sign In with Apple" service enabled.

  • Specify the Return URL as your WordPress login URL such as https://example.com/wp-login.php.

Install

The plugin must be installed as a Composer dependency since it uses a third party package for parsing JSON Web Token (JWT) responses:

composer require kasparsd/sign-in-with-apple

Configuration

  1. Visit the site options at https://example.com/wp-admin/options.php and specify your Service ID (such as com.yourdomain.applelogin) in siwa_plugin_service_id.

  2. Visit your WordPress profile https://example.com/wp-admin/profile.php and click on the "Sign In with Apple" button to associate your WordPress user with your Apple ID.

  3. Use the "Log In with Apple" button at the bottom of the WordPress login page to log-in using your Apple ID.

To Do

  • Add id_token validation based on the Apple public key.
  • Enable new user signup for WooCommerce customers.

Known Issues

  • Apple currently doesn't include user name and email in their JWT id_token. The only available field is the user ID in the sub field.

Credits

Created by Kaspars Dambis.