Hi guys, I'm a bit lost with adding Apple signinup support. As mentioned in the docs, Apple requires different client_id for every client. We have 3 frontends (4 if you consider android). So 4 client ids. As I understood every frontend should send it's own client_id to the server and I see that /signinup endpoint supports it. But what about /authorisationurl endpoint? It only accepts provider name, there is no way to pass client id there. So as a result you always get default client id back in response and redirect to Apple sign in page breaks of course. What am I missing?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).