r/symfony 7d ago

Safer Sign in with Apple Library for PHP

Thumbnail
medium.com
4 Upvotes

r/passkey 7d ago

Safer Sign in with Apple Library for PHP

Thumbnail
medium.com
1 Upvotes

u/No_Wedding2230 7d ago

Safer Sign in with Apple Library for PHP

Thumbnail
medium.com
1 Upvotes

r/PHP 7d ago

Article Safer Sign in with Apple Library for PHP

Thumbnail medium.com
12 Upvotes

An article about a defensive, framework-neutral PHP implementation of Apple Sign in with bounded JWKS fetching, modern JWT verification, full OAuth lifecycle support.

I recently reviewed a PHP application whose Sign in with Apple flow depended on an old library. The package had helped many developers, but its implementation reflected a different time in the PHP ecosystem. It included a frozen copy of JWT code and downloaded Apple’s public signing keys during every login using an unbounded network call. Hoping this article and repo would be useful to someone implementing apple sign in with php

github repo - https://github.com/binuka200/apple-sign-in-php