Logout removes long-lived access token when using direct URL — expected behavior? #4631
-
|
Dear community, Before opening an issue, I’d like to check whether the behavior I’m seeing is a bug or working as intended. In my setup, I use Music Assistant with a long-lived access token created via MA Settings → Profile. I then access Music Assistant through Home Assistant using a direct URL like this: This works perfectly fine.
My expectation was that logging out would only end the current session, not invalidate or delete the long-lived access token itself. So my question is: Is this behavior intentional, or could this be a bug? Thanks in advance for any clarification or insight! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
Yes that is intended behavior and a security design choice. Maybe we need to hide logout if you are enforcing login through an provided (long lived) token?