Implemented the handling for “Sign in with Apple” in my little Rust server. The mobile app sends the identifier given by SiwA, sends it to the server which then creates a signed request and sends it to an Apple server. The result is ok if the user is valid and my server can then set up a normal authorisation token and send back to the app. Pretty simple but still nice to have it all also in the Rust server.

#rust #indiedev #signinwithapple #ios