Posts

Post not yet marked as solved
1 Replies
You can easily use a library 😎https://github.com/patrickbussmann/oauth2-apple
Post not yet marked as solved
5 Replies
You can try this solution completely written in PHP:https://gist.github.com/patrickbussmann/877008231ef082cc5dc4ee5ca661a641//edit:Now with a library: https://github.com/patrickbussmann/oauth2-apple
Post not yet marked as solved
16 Replies
I developed the solution: https://gist.github.com/patrickbussmann/877008231ef082cc5dc4ee5ca661a641The problem was the specific algorithm which Apple uses.//edit:Now I developed a oAuth client library extension for Sign in with Apple:https://github.com/patrickbussmann/oauth2-apple