ai-gate/apple-sign-in-client-secret-generator

PHP package for generating 'client secret' for Sign In with Apple

1.0.0 2023-08-04 11:32 UTC

This package is auto-updated.

Last update: 2024-05-04 13:33:01 UTC


README

Fork of KISSDIGITALCOM

Description

This package provides class that generates token derived from your private key using ES256 JWT algorithm. For more info check useful links

Requirements

PHP 8.2+

Installation

Install the composer package:

composer require ai-gate/apple-sign-in-client-secret-generator

Example Usage

<?php

use Kissdigitalcom\AppleSignIn\ClientSecret;

$clientId = 'com.kissdigital.TESTAPP';
$teamId   = 'FOO123BAR456';
$keyId    = '654RAB321OOF';
$certPath = __DIR__ . '/certificate.p8';

$clientSecret = new ClientSecret($clientId, $teamId, $keyId, $certPath);

echo $clientSecret->generate();

Useful links

About KISS digital

KISS digital is a digital agency located in Kraków, Poland. We provide creative, strategic and technical development of websites and mobile applications.