Sign In With Apple (Swift 5, XCode 11)
Nov 2 · 3 min read

Apple lauched new feature for the authentication “Sign In With Apple” in WWDC 2019. They try to improve your app’s login experiences through an overview of the available authentications services. So let’s meet the AuthenticationServices framework which facilitates to authenticate the user by providing ‘ASAuthorizationAppleIDButton’. Like Facebook and Google login Apple also provide the user information as mentioned in…

