JavaScript
Sign In with Apple
7min
In this section you learn how to get started with an Javascript template in a few easy steps.
To complete this quickstart, you need:
- Set up Sign In with Apple in your Apple Developer account.
- Follow the Sign In with Apple Tutorial to learn how to set up Sign In with Apple in your Apple Developer account.
Clone or download the template at Back4App’s GitHub repository, open the Javascript foder.
- Open your editor choice.
- Click on File=>Open
- Navigate to the project folder and open the fileindex.html
Find in the template the following function
and replace the values for the clientID and redirectURI for the values you set in your Services ID in your Apple Developer account.
Save and close.
See more at our New Parse App guide.
- Open your browser of choice
- Click onFile->Open
- Wait until theSign in with Apple screen appears.
- Click the button and do the login process.
If everything works properly, you should be redirected to your URI.
At this point, you have learned how to get started with Javascript.
Learn more by walking around our iOS Tutorials or check Parse open source documentation for iOS SDK.