I am developing an app using Tauri. I am trying to follow the same workflow of this example:
fontend initiates the authorization flow, tauri starts the loopback server and pass back the authorization code to the frontend that concludes the login.
I am searching for typescript libraries that can handle this workflow. Is this the case?
My frontend is built with react and vite.