-
Couldn't load subscription status.
- Fork 487
feat: apple sign-in support #1278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
82b52c6 to
c14ad31
Compare
| } | ||
|
|
||
| func authenticate() async throws -> (ASAuthorizationAppleIDCredential, String) { | ||
| return try await withCheckedThrowingContinuation { continuation in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(ASAuthorizationAppleIDCredential, String) tuple is being returned but I don't see where.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah nevermind seen, interesting didn't think this was a way to go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
a4e5835 to
ff554e4
Compare
Uh oh!
There was an error while loading. Please reload this page.