You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: