Регистрация в BackEnd

Hello!
I will briefly describe the situation:
A web request is generated when a button is clicked, and a unique UUID, QR code, and a link to the XAMAN third-party service for authorization are returned. I save the UUID. The UUID is used in the link and QR code.
Next, the user logs in to Xaman using the QR code or the link with the UUID. After successful login, a web request is sent with the login information (status and UUID).
Since the UUID that came after the authorization is the same as it was before the authorization, you can use a comparison to find the user who authorized in Xaman.

The question is how to make an authorization in bubble to perform some actions with it, such as closing the pop-up window with the authorization data.
The problem is that the server workflow is processed on the server, not for a specific user, so how can I find it?

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