Skip to content

Techofficer/express-apple-signin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Apple Sign in Example

This example demonstrates how to use Express and Passport to authenticate users using Sign in with Apple. Use this example as a starting point for your own web applications.

Prerequisites

  1. You should be enrolled in Apple Developer Program.
  2. Please have a look at Apple documentation related to "Sign in with Apple" feature.
  3. You should create App ID and Service ID in your Apple Developer Account.
  4. You should generate private key for your Service ID in your Apple Developer Account.

More details about configuration can be found in passport-appleid repository.

Instructions

To install this example on your computer, clone the repository and install dependencies.

$ git clone [email protected]:Techofficer/express-apple-signin-example.git
$ cd express-apple-signin-example
$ npm install

The example uses config file to configure the consumer key and consumer secret needed to access Sign in with Apple REST API. Add the appropriate credentials to config.json file and put private key, associated with your Apple developer account, to project's root directory. Start the server:

node app.js

Open a web browser and navigate to http://localhost:3000/ to see the example in action.

Contributing

Pull requests are welcome.

License

The MIT License

Copyright (c) 2019 Artem Efremov

Releases

No releases published

Packages

No packages published