Skip to content
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

Explore improvements around ASAuthorizationController interoperability #8

Open
Firehed opened this issue May 19, 2024 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Firehed
Copy link
Contributor

Firehed commented May 19, 2024

ASAC is designed to take several requests, including passwords, Sign In With Apple, etc.

The current SDK basically takes over everything, which is functional enough but not acting as an especially good citizen. The request building was already split out, so it may be a "simple" matter of being able to merge in other requests (or vend ours out) and decide which system handles the ASAuthorizationControllerDelegate events.

Looking for feedback on how this should work.

@Firehed Firehed added enhancement New feature or request help wanted Extra attention is needed labels May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant