The community members are discussing how to integrate a self-hosted Typebot with another system. The original poster wants to disable the CORS (Cross-Origin Resource Sharing) restrictions or allow another URL besides Typebot's own URL to access the Typebot builder API. The community members advise against directly querying the Typebot builder API from the browser, and suggest using a server to consume the Typebot API instead. They mention that the community members are free to edit the Typebot's code to enable CORS, but the Typebot team will not do this in the official repository. The community members also discuss the possibility of using the Typebot API to automatically log users into Typebot, but the main challenge would be accessing the user tokens.
In this case, we log in and register with typebot making the request from another system, which is at another url, but we are having problems regarding cors
In this case, we are trying to integrate typebot with our system. To do this, we need to automatically log the user into typebot, so we can forward the user directly to typebot without them needing to log in. The login would be done by our system, using the user's email
In fact, it would be ideal to use APIs. We would have access to the tokens of registered users so we could do what we need. In fact, the biggest problem in using the API for this solution would be precisely having access to user tokens.