lowcoder
lowcoder copied to clipboard
[FEAT]: Logout not working as expected when Logout API end point is used manually
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:
**Network Call Params : **
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