Skip to content
Snippets Groups Projects

auth-keycloak: make sure the token is always valid for at least 20 seconds

Merged Reiter, Christoph requested to merge auth-token-refresh into master
2 files
+ 71
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -229,6 +229,7 @@ export class AuthKeycloak extends LitElement {
}
disconnectedCallback() {
this._kcwrapper.close();
this._kcwrapper.removeEventListener('changed', this._onKCChanged);
this._bus.close();
Loading