edorphy / CloudKitWebServices

BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Add support for ckWebAuthToken for user authenticated calls #10

Open edorphy opened 2 years ago

edorphy commented 2 years ago

Investigate how to receive the ASWebAuthenticationSession completion within App Clip

What I've got so far

  1. Call the currentUser
  2. Get the redirect pass it into ASWebAuthenticationSession
  3. Figure out how to hook the session to invoke the app clip user activity or some other mechanism
edorphy commented 2 years ago

I opened up a DTS on this with Apple and was refunded my credit as there is nothing that can be done presently.

This function could be supported in the Swift Package library, but not executable in the App Clip (as of iOS 15.6 beta).