Auth Flow for Swift App and Backend

Hei guys, I created a Swift MacOS App that communicates with my nodejs express server to handle some 3rd party api stuff with nodjs sdk so the server is needed. I want to add auth now, to be more percise I want to use supabase for auth.

How would you approach it to combine the systems together? I thought about to route the callback from oauth google and apple to my nodejs server to create the user in my postgres db (This db is needed for the 3rd party api logic stuff)
Was this page helpful?