lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[FEAT]: Logout not working as expected when Logout API end point is used manually

Open adnanqaops opened this issue 1 year ago • 1 comments
trafficstars

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

LOWCODER_CE_SELFHOST_TOKEN is not being forwarded as Params when Logout API call is Posted manually. So, user is not logged out. This token/cookie is not being sent from FE, so BE never finds it.

Logout API Call and Response:

Screenshot 2024-08-29 at 7 42 07 PM

**Network Call Params : **

Screenshot 2024-08-29 at 7 35 57 PM

Expected Behavior

User should get logged out when Logout API call is executed manually.

Steps to reproduce

Details are here in this Discord thread : https://discord.com/channels/1096896040159957084/1278089500307751025/1278089500307751025

Environment

Local + Prod

Additional Information

No response

adnanqaops avatar Aug 29 '24 14:08 adnanqaops