Posts

Post not yet marked as solved
31 Replies
Yes, but this runs you right into another problem: For some of those keyboards (numberPad, decimalPad, and others) there's no way to dismiss them and capture whatever the user typed into the bound variable.
Post not yet marked as solved
2 Replies
It's frustrating that Apple is so vague on all of this, especially as they are demanding that we use it. I'm wrestling with the same issue: once I've SIWA'd a user on the device, how do I then create a server-side acount for them in my system and verify authz/authn on subsequent calls to my API? Apple says this in their "Verifying a User" doc on the REST API (https://developer.apple.com/documentation/signinwithapplerestapi/verifying_a_user):"On success, the server issues a refresh token, which you use to obtain access tokens with future calls."Future calls to...what, exactly? What are these access tokens supposed to be granting access to?I think I might throw in the towel here and just sign up with Auth0, who seem to have somehow figured this out.