Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm authored Jul 5, 2022
1 parent a4d0483 commit ff4faaa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions GigyaSwift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,8 @@ gigya.login(with: .apple, viewController: self ) { [weak self] result in
}
}
```
```
Apple requires all apps to revoke user access tokens via their endpoint located at https://appleid.apple.com/auth/revoke in order to be reviewed. This behavior has been added to the accounts.deleteAccount endpoint and is handled automatically when you delete an end-user from your partner that has logged in with Apple.
```
> Apple requires all apps to revoke user access tokens via their endpoint located at https://appleid.apple.com/auth/revoke in order to be reviewed. This behavior has been added to the accounts.deleteAccount endpoint and is handled automatically when you delete an end-user from your partner that has logged in with Apple.
### Facebook

Adding Facebook native login to your iOS app is mandatory if you want to login via Facebook.
Expand Down

0 comments on commit ff4faaa

Please sign in to comment.