Implement User Authentication with Sign in with Apple #74
Pinned
codefiesta
started this conversation in
Polls
Replies: 1 comment
-
It should also be noted that implementing Sign in with Apple only provides identity information from Apple and can't actually issue OAuth tokens for use in subsequent requests. Applications would then need to create an account with that information provided by Apple on their own services. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be helpful and useful for OAuthKit to implement / wrap Sign in with Apple using AuthenticationServices or is this out of scope for what OAuthKit does well?
The AuthenticationServices documentation only provides an old-school ViewController approach and really could / should be wrapped into a more modern Observer pattern approach with SwiftUI.
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions