https://github.com/truffls/sign-in-with-apple-using-django
Sign In with Apple and Server-Side verification
https://github.com/truffls/sign-in-with-apple-using-django
Last synced: about 1 year ago
JSON representation
Sign In with Apple and Server-Side verification
- Host: GitHub
- URL: https://github.com/truffls/sign-in-with-apple-using-django
- Owner: truffls
- Created: 2019-10-08T12:41:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T15:59:35.000Z (about 6 years ago)
- Last Synced: 2025-03-27T18:46:45.828Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 2.13 MB
- Stars: 88
- Watchers: 5
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sign In with Apple using Python Django
_An implementation with Python Django + Python Social Auth and iOS._
## What this document covers
Like many developers providing third party login in their apps, we at Truffls had to implement Sign In with Apple as per their regulations. Since we (at the time of this article) already offer a number of login options like Xing, LinkedIn, Google, and Facebook we wanted to integrate Sign In with Apple in our server-side verification framework: Python Social Auth. We divided the document in three parts:
1. [Configure Identifiers and Keys](identifiers-and-keys.md)
2. [Implement Sign In with Apple in your backend](backend.md)
3. [Implement Sign In with Apple in your iOS app](iOS.md)
## Flow