Skip to content

ananay/apple-auth-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 [Example] Sign in with Apple for Node.js

Follow @ananayarora

This repository is a how-to-use example for my library – apple-auth

Check it out here:

https://github.com/ananay/apple-auth

https://npmjs.com/package/apple-auth

Configuring

Make sure you've followed the configuration guide here!

Setup your Apple Developer Account as follows:

https://github.com/ananay/apple-auth/blob/master/SETUP.md

Make a config.json file in the config/ folder from the sample given:

{
    "client_id": "",
    "team_id": "",
    "key_id": "",
    "redirect_uri": "https://example.com/auth",
    "scope": "name email"
}

Also make sure you've placed your AuthKey file in the config folder as well!

Questions / Contributing

Feel free to open issues and pull requests. If you would like to be one of the core creators of this library, please reach out to me at i@ananayarora.com or message me on twitter @ananayarora!

Created with ❤️ by Ananay Arora

About

Sign in with Apple example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published