fix(lite): invalidate sessionId token (#6480)
This commit is contained in:
parent
30fbbc92ca
commit
b2cebbfaf4
@ -1,5 +1,9 @@
|
|||||||
# ChangeLog
|
# ChangeLog
|
||||||
|
|
||||||
## **0.0.1**
|
## **0.2.0**
|
||||||
|
|
||||||
|
- Invalidate sessionId token after logout (PR [#6480](https://github.com/vatesfr/xen-orchestra/pull/6480))
|
||||||
|
|
||||||
|
## **0.1.0**
|
||||||
|
|
||||||
- Initial implementation
|
- Initial implementation
|
||||||
|
@ -179,6 +179,7 @@ export default class XenApi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
disconnect() {
|
disconnect() {
|
||||||
|
this.#call("session.logout", [this.#sessionId]);
|
||||||
this.stopWatch();
|
this.stopWatch();
|
||||||
this.#sessionId = undefined;
|
this.#sessionId = undefined;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user