We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting June 30, 2022, Apple requires that users can delete their accounts in an easy way. One recommendation is that the user's access token is revoked as part of the deletion process. Source: https://developer.apple.com/support/offering-account-deletion-in-your-app Documentation: https://developer.apple.com/documentation/sign_in_with_apple/revoke_tokens
Can you please add a method to revoke tokens? I tried doing it using php JWT library, but I think it doesn't support ES256 properly.
The text was updated successfully, but these errors were encountered:
Hi @aanders77,
please see this example of how to use the new revoke method -> https://github.com/patrickbussmann/oauth2-apple#revoke-code-flow
Thanks for reporting.
Sorry, something went wrong.
patrickbussmann
No branches or pull requests
Starting June 30, 2022, Apple requires that users can delete their accounts in an easy way. One recommendation is that the user's access token is revoked as part of the deletion process.
Source: https://developer.apple.com/support/offering-account-deletion-in-your-app
Documentation: https://developer.apple.com/documentation/sign_in_with_apple/revoke_tokens
Can you please add a method to revoke tokens? I tried doing it using php JWT library, but I think it doesn't support ES256 properly.
The text was updated successfully, but these errors were encountered: