keij/module-apple-login

Extension support login with apple id

Installs: 519

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 3

Open Issues: 1

Type:magento2-module

1.0.0 2023-06-16 06:32 UTC

This package is auto-updated.

Last update: 2024-05-16 01:38:14 UTC


README

Latest Stable Version Total Downloads

Extension Apple Login

Let users register and sign in with one click with a Apple ID and make everything easy and friendly

Compatibility

Magento CE 2.4.x

Install

Manual Installation

  1. Create a folder {Magento root}/app/code/Keij/AppleLogin

  2. Download the corresponding latest version

  3. Copy the unzip content to the folder ({Magento root}/app/code/Keij/AppleLogin)

Using composer

composer require keij/module-apple-login

Completion of installation

  1. Go to Magento2 root folder

  2. Enter following commands:

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)

Configuration

About guide for setup sign in with apple with developer. You can check this in here

Keij Apple Login Configuration

Sign in with apple

Uninstall

Remove database data and schema

  1. Go to Magento2 root folder

  2. Enter following commands to remove database data and schema:

    php bin/magento module:uninstall -r Keij_AppleLogin

Completion of uninstall

  1. Go to Magento2 root folder

  2. Enter following commands:

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)