I have a mobile app. I want to integrate my Bubble App into it using Webview.
I have a native login on Mobile App. I use bubble login API for validating the credentials and to get the token. I use this token for various other flows in my native app.
I want to use this token to launch the Webview of my Bubble App.
Now, How to use this token in my Webview to log in to the Bubble App (Instead of asking the user for the credentials once again)?
I looked into setting the login cookies but I found there is an extra signature cookie that gets set by the bubble backend.
Is there any better way or an alternative?