tienrocker/web-sign-in-with-apple

Sample php web sign in with apple

Installs: 31

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tienrocker/web-sign-in-with-apple

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

This package is auto-updated.

Last update: 2025-09-21 23:21:13 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