ananay / apple-auth

Sign in with Apple for Node.js
326 stars 59 forks source link

Storing name and email in database - any solutions for that? #22

Closed giorgio79 closed 3 years ago

giorgio79 commented 3 years ago

Anyone found some github solution for storing the Apple name and email in a db?

ananay commented 3 years ago

Hey @giorgio79! You can store the name and email in the database yourself using a database solution if Apple provides it to you in the response.

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