Commit 5540077
Add Apple Sign In (Sign in with Apple) provider (#301)
* Initial plan
* Add Apple Sign In provider
Co-authored-by: overtrue <1472352+overtrue@users.noreply.github.com>
* Merge 4.x into branch: add Twitter provider and resolve conflicts
Co-authored-by: overtrue <1472352+overtrue@users.noreply.github.com>
* Revert unrelated changes (Twitter, FeiShu, PHPStan) - keep only Apple provider
Co-authored-by: overtrue <1472352+overtrue@users.noreply.github.com>
* Verify id_token signature against Apple JWKS, validate claims, fix ES256 DER-to-P1363, validate config
Co-authored-by: overtrue <1472352+overtrue@users.noreply.github.com>
* Resolve conflicts: rebase Apple changes on latest 4.x (with Twitter, FeiShu, WeWork, PHPStan updates)
Co-authored-by: overtrue <1472352+overtrue@users.noreply.github.com>
* Fix phpcs (single_quote) and phpstan (string|false type) lint errors in Apple provider
Co-authored-by: overtrue <1472352+overtrue@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: overtrue <1472352+overtrue@users.noreply.github.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>1 parent 8139328 commit 5540077
File tree
5 files changed
+721
-2
lines changed- src
- Providers
- tests/Providers
5 files changed
+721
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
480 | 498 | | |
481 | 499 | | |
482 | 500 | | |
| |||
659 | 677 | | |
660 | 678 | | |
661 | 679 | | |
| 680 | + | |
662 | 681 | | |
663 | 682 | | |
664 | 683 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
464 | 482 | | |
465 | 483 | | |
466 | 484 | | |
| |||
648 | 666 | | |
649 | 667 | | |
650 | 668 | | |
| 669 | + | |
651 | 670 | | |
652 | 671 | | |
653 | 672 | | |
| |||
0 commit comments