Conversation
Can't get requestAccessToken to work
|
FYI: https://theswiftdev.com/sign-in-with-apple-using-vapor-4/ (maybe it helps with the readme) |
Yeah I used your article to help build the example. If we're restricted to just using whatever we return to access your website you could also just create your own session token, and skip getting the access token from Apple. I'm just trying to work out what would be considered best practice.. |
Add Sign in with Apple example
This is a draft at the moment. It is not complete at all. It does the core work of getting an access token from Apple and adding users to a database.
Most of the work seems to be setting up your Apple account correctly so this example is going to need a fairly long README