How to cross login a User already logged in other app

HI Im trying to add a micro service to our main app ( symphony) via Bubble. So I’m implementing a crosslogin system. Cookie passed from the other app, i take it and verify it ( through our Auth manager) and now I should let the user in ( log in without user interaction.
I tried as a backend workflow, all good the log in gave me no errors but basically bubble doesnt log the user in. I opened a ticket, but they say that the log in function is basically working as client side only.
So i tried to write automatically user and password via frontend. javascript, everything is good the user and pw are written and shown in the correct inputs, but when i run the log in function, client side this time, it sees the fields as empty.
Anyone has suggestions or other ideas to solve it?

This topic was automatically closed after 70 days. New replies are no longer allowed.