tienrocker/web-sign-in-with-apple

Sample php web sign in with apple

v1.1 2019-09-19 10:37 UTC

This package is auto-updated.

Last update: 2024-04-21 19:59:46 UTC


README

Simple example web sign in with Apple by PHP

Example web login via Apple account

Please take a look at example folder

Source

Demo

Decode Apple RS256

With base64 string get from ios devices

Apple::verify_base64('xxxx')

From JWT string

Apple::verify('xxxx')

Test command

vendor\bin\phpunit